#406E9D

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

Shades of Lochmara #406E9D

Tints of Lochmara #406E9D

Color information

#406E9D (or 0x406E9D) is unknown color: approx Lochmara. HEX triplet: 40, 6E and 9D. RGB value is (64,110,157). Sum of RGB (Red+Green+Blue) = 64+110+157=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #406E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E9D is #BF9162. Grayscale: #656565. Windows color (decimal): -12554595 or 10317376. OLE color: 10317376.

HSL color Cylindrical-coordinate representation of color #406E9D: hue angle of 210.32º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #406E9D is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64110157-
CMYK0.590.3000.38
HSL210.32º42.08%43.33%-
HSV(B)210.32º59.24%61.57%-
XYZ13.7814.6834.01-
YUV101.6159.26101.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=19.34%
G=33.23%
B=47.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641101570.590.3000.38210.3242.0843.33
Hex406E9D3B1E026d22a2b
Octal10015623573360463225253
Binary100000011011101001110111101111110010011011010010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,110,157); }

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

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

 a { background-color: rgb(64,110,157); }

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

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

 span { border-color: rgb(64,110,157); }

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