#406FA2

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

Shades of Lochmara #406FA2

Tints of Lochmara #406FA2

Color information

#406FA2 (or 0x406FA2) is unknown color: approx Lochmara. HEX triplet: 40, 6F and A2. RGB value is (64,111,162). Sum of RGB (Red+Green+Blue) = 64+111+162=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #406FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FA2 is #BF905D. Grayscale: #666666. Windows color (decimal): -12554334 or 10645312. OLE color: 10645312.

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

Color convert

RGB64111162-
CMYK0.600.3100.36
HSL211.22º43.36%44.31%-
HSV(B)211.22º60.49%63.53%-
XYZ14.3215.0736.34-
YUV102.76161.43100.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=18.99%
G=32.94%
B=48.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641111620.600.3100.36211.2243.3644.31
Hex406FA23C1F024d32b2c
Octal10015724274370443235354
Binary100000011011111010001011110011111010010011010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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