Html Css Color HEX #407096 Lochmara

📋 copy color: '#407096'

red 64 ◦ green 112 ◦ blue 150

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

Shades of Lochmara #407096

Tints of Lochmara #407096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 19.63%
G = 34.36%
B = 46.01%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407096 (or 0x407096) is known color: Lochmara. HEX triplet: 40, 70 and 96. RGB value is (64,112,150). Sum of RGB (Red+Green+Blue) = 64+112+150=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #407096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407096 is #BF8F69. Grayscale: #656565. Windows color (decimal): -12554090 or 9859136. OLE color: 9859136.

HSL color Cylindrical-coordinate representation of color #407096: hue angle of 206.51º 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 #407096 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 112 150 -
CMYK 0.57 0.25 0 0.41
HSL 206.51º 0.4% 0.42% -
HSV(B) 206.51º 0.57% 0.59% -
XYZ 13.41 14.88 31.02 -
YUV 101.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 64 112 150 0.57 0.25 0 0.41 206.51 0.4 0.42
Hex 40 70 96 39 19 0 29 CF 28 2A
Octal 100 160 226 71 31 0 51 317 50 52
Binary 1000000 1110000 10010110 111001 11001 0 101001 11001111 101000 101010

Color Harmonies of #407096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407096

Black with #407096

Text Example


Text Example

White with #407096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407096; }

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

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

background-color css

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

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

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

border-color css

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

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

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