Color Hex Logo

#4a6fba Color Hex

#4A6FBA
(74,111,186)
0 Favorites   0 Comments

Color spaces of #4a6fba

RGB 74111186
HSL0.610.450.51
HSV220°60°73°
CMYK 0.600.400.00   0.27
XYZ17.371416.369948.6985
Yxy16.36990.21070.1986
Hunter Lab40.45975.8345-43.0413
CIE-Lab47.456110.2321-43.5426

#4a6fba color RGB value is (74,111,186).

#4a6fba hex color red value is 74, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4a6fba hue: 0.61 , saturation: 0.45 and the lightness value of 4a6fba is 0.51.

The process color (four color CMYK) of #4a6fba color hex is 0.60, 0.40, 0.00, 0.27. Web safe color of #4a6fba is #3366cc. Color #4a6fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01101111 10111010
Octal 112 157 272
Decimal 74 111 186
Hex 4A 6F BA

RGB Percentages of Color #4a6fba

%19.95
%29.92
%50.13

CMYK Percentages of Color #4a6fba

%60
%40
%0
%27

Triadic Colors of #4a6fba

#4a6fba #ba4a6f #6fba4a

Analogous Colors of #4a6fba

#4a6fba #5d4aba #4aa7ba

Monochromatic Colors of #4a6fba

#4a6fba

Complementary Color

#4a6fba #ba954a

#4a6fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a6fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a6fba Color CSS Codes

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

#4a6fba Text Font Color

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

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


#4a6fba Background Color

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

This div background color is #4a6fba


#4a6fba Border Color

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

This div border color is #4a6fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,111,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 #4a6fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a6fba


Comments

No comments written yet.

Please login to write comment.