#407197

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

Shades of Lochmara #407197

Tints of Lochmara #407197

Color information

#407197 (or 0x407197) is unknown color: approx 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

RGB64113151-
CMYK0.580.2500.41
HSL206.21º40.47%42.16%-
HSV(B)206.21º57.62%59.22%-
XYZ13.6115.1331.48-
YUV102.68155.27100.41-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641131510.580.2500.41206.2140.4742.16
Hex4071973A19029ce282a
Octal10016122772310513165052
Binary100000011100011001011111101011001010100111001110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>