Html Css Color HEX #406F96 Lochmara

📋 copy color: '#406F96'

red 64 ◦ green 111 ◦ blue 150

#406F96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #406F96

Tints of Lochmara #406F96

RGB

 RED value IS 64 (25.39% from 255) = 19.69%

 GREEN value IS 111 (43.75% from 255) = 34.15%

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 19.69%
G = 34.15%
B = 46.15%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#406F96 (or 0x406F96) is known color: Lochmara. HEX triplet: 40, 6F and 96. RGB value is (64,111,150). Sum of RGB (Red+Green+Blue) = 64+111+150=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #406F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F96 is #BF9069. Grayscale: #656565. Windows color (decimal): -12554346 or 9858880. OLE color: 9858880.

HSL color Cylindrical-coordinate representation of color #406F96: hue angle of 207.21º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406F96 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 111 150 -
CMYK 0.57 0.26 0 0.41
HSL 207.21º 0.4% 0.42% -
HSV(B) 207.21º 0.57% 0.59% -
XYZ 13.3 14.66 30.98 -
YUV 101.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 64 111 150 0.57 0.26 0 0.41 207.21 0.4 0.42
Hex 40 6F 96 39 1A 0 29 CF 28 2A
Octal 100 157 226 71 32 0 51 317 50 52
Binary 1000000 1101111 10010110 111001 11010 0 101001 11001111 101000 101010

Color Harmonies of #406F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F96

Black with #406F96

Text Example


Text Example

White with #406F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #406F96;
 }
 .AnyTagClassName
 {
   color: #406F96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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