Color Hex Logo

#4061ba Color Hex

#4061BA
(64,97,186)
0 Favorites   0 Comments

Color spaces of #4061ba

RGB 6497186
HSL0.620.490.49
HSV224°66°73°
CMYK 0.660.480.00   0.27
XYZ15.252013.184548.1954
Yxy13.18450.19900.1720
Hunter Lab36.310511.4346-53.2791
CIE-Lab43.039917.2237-50.6281

#4061ba color RGB value is (64,97,186).

#4061ba hex color red value is 64, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4061ba hue: 0.62 , saturation: 0.49 and the lightness value of 4061ba is 0.49.

The process color (four color CMYK) of #4061ba color hex is 0.66, 0.48, 0.00, 0.27. Web safe color of #4061ba is #3366cc. Color #4061ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 10111010
Octal 100 141 272
Decimal 64 97 186
Hex 40 61 BA

RGB Percentages of Color #4061ba

%18.44
%27.95
%53.60

CMYK Percentages of Color #4061ba

%66
%48
%0
%27

Triadic Colors of #4061ba

#4061ba #ba4061 #61ba40

Analogous Colors of #4061ba

#4061ba #5c40ba #409eba

Monochromatic Colors of #4061ba

#4061ba

Complementary Color

#4061ba #ba9940

#4061ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4061ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4061ba Color CSS Codes

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

#4061ba Text Font Color

<p style="color:#4061ba">Text here</p>

This sample text font color is #4061ba
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.


#4061ba Background Color

<div style="background-color:#4061ba">
Div content here</div>

This div background color is #4061ba


#4061ba Border Color

<div style="border:3px solid #4061ba">
Div here</div>

This div border color is #4061ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,97,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4061ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4061ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4061ba;
  box-shadow:         1px 1px 3px 2px #4061ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,97,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4061ba

#4061ba Color Palettes


Comments

No comments written yet.

Please login to write comment.