Html Css Color HEX #407197 Lochmara

📋 copy color: '#407197'

red 64 ◦ green 113 ◦ blue 151

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

Shades of Lochmara #407197

Tints of Lochmara #407197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 19.51%
G = 34.45%
B = 46.04%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407197 (or 0x407197) is known color: Lochmara. HEX triplet: 40, 71 and 97. RGB value is (64,113,151). Sum of RGB (Red+Green+Blue) = 64+113+151=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #407197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407197 is #BF8E68. Grayscale: #666666. Windows color (decimal): -12553833 or 9924928. OLE color: 9924928.

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

Color convert

RGB 64 113 151 -
CMYK 0.58 0.25 0 0.41
HSL 206.21º 0.4% 0.42% -
HSV(B) 206.21º 0.58% 0.59% -
XYZ 13.61 15.13 31.48 -
YUV 102.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 64 113 151 0.58 0.25 0 0.41 206.21 0.4 0.42
Hex 40 71 97 3A 19 0 29 CE 28 2A
Octal 100 161 227 72 31 0 51 316 50 52
Binary 1000000 1110001 10010111 111010 11001 0 101001 11001110 101000 101010

Color Harmonies of #407197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407197

Black with #407197

Text Example


Text Example

White with #407197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407197; }

 p { color: rgb(64,113,151); }

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

background-color css

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

 a { background-color: rgb(64,113,151); }

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

border-color css

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

 span { border-color: rgb(64,113,151); }

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