#406FA0

Color #406FA0 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #406FA0

Tints of Lochmara #406FA0

Color information

#406FA0 (or 0x406FA0) is unknown color: approx Lochmara. HEX triplet: 40, 6F and A0. RGB value is (64,111,160). Sum of RGB (Red+Green+Blue) = 64+111+160=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #406FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FA0 is #BF905F. Grayscale: #666666. Windows color (decimal): -12554336 or 10514240. OLE color: 10514240.

HSL color Cylindrical-coordinate representation of color #406FA0: hue angle of 210.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #406FA0 is Cyan = 0.6, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB64111160-
CMYK0.60.3100.37
HSL210.62º42.86%43.92%-
HSV(B)210.62º60%62.75%-
XYZ14.141535.41-
YUV102.53160.43100.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=19.10%
G=33.13%
B=47.76%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641111600.60.3100.37210.6242.8643.92
Hex406FA03C1F025d32b2c
Octal10015724074370453235354
Binary100000011011111010000011110011111010010111010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406FA0; }

 p { color: rgb(64,111,160); }

 H1.HeaderClassName
 {
   color: #406FA0;
 }
 .AnyTagClassName
 {
   color: #406FA0;
 }
</style>
background-color css

<style>
 a { background-color: #406FA0; }

 a { background-color: rgb(64,111,160); }

 div.DivClassName
 {
   background-color: #406FA0;
 }
 .BgClassName
 {
   background-color: #406FA0;
 }
</style>
border-color css

<style>
 span { border-color: #406FA0; }

 span { border-color: rgb(64,111,160); }

 td.TdClassName
 {
   border-color: #406FA0;
 }
 .TagClassName
 {
   border-color: #406FA0;
 }
</style>