Color Hex Logo

#4a68be Color Hex

#4A68BE
(74,104,190)
0 Favorites   0 Comments

Color spaces of #4a68be

RGB 74104190
HSL0.620.470.52
HSV224°61°75°
CMYK 0.610.450.00   0.25
XYZ17.068615.074250.7252
Yxy15.07420.20600.1819
Hunter Lab38.825510.5281-50.2840
CIE-Lab45.735715.9894-48.6019

#4a68be color RGB value is (74,104,190).

#4a68be hex color red value is 74, green value is 104 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4a68be hue: 0.62 , saturation: 0.47 and the lightness value of 4a68be is 0.52.

The process color (four color CMYK) of #4a68be color hex is 0.61, 0.45, 0.00, 0.25. Web safe color of #4a68be is #3366cc. Color #4a68be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01101000 10111110
Octal 112 150 276
Decimal 74 104 190
Hex 4A 68 BE

RGB Percentages of Color #4a68be

%20.11
%28.26
%51.63

CMYK Percentages of Color #4a68be

%61
%45
%0
%25

Triadic Colors of #4a68be

#4a68be #be4a68 #68be4a

Analogous Colors of #4a68be

#4a68be #664abe #4aa2be

Monochromatic Colors of #4a68be

#4a68be

Complementary Color

#4a68be #bea04a

#4a68be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a68be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a68be Color CSS Codes

.mybgcolor {background-color:#4a68be; } 
.myforecolor {color:#4a68be; }
.mybordercolor {border:3px solid #4a68be; }

#4a68be Text Font Color

<p style="color:#4a68be">Text here</p>

This sample text font color is #4a68be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4a68be Background Color

<div style="background-color:#4a68be">
Div content here</div>

This div background color is #4a68be


#4a68be Border Color

<div style="border:3px solid #4a68be">
Div here</div>

This div border color is #4a68be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,104,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a68be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a68be;
  -webkit-box-shadow: 1px 1px 3px 2px #4a68be;
  box-shadow:         1px 1px 3px 2px #4a68be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,104,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a68be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4a68be;
  -webkit-box-shadow: 1px 1px 3px 2px #4a68be;
  box-shadow:         1px 1px 3px 2px #4a68be;">
Div content here</div>

This div box has shadow with color #4a68be


Comments

No comments written yet.

Please login to write comment.