#407198

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

Shades of Lochmara #407198

Tints of Lochmara #407198

Color information

#407198 (or 0x407198) is unknown color: approx Lochmara. HEX triplet: 40, 71 and 98. RGB value is (64,113,152). Sum of RGB (Red+Green+Blue) = 64+113+152=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #407198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407198 is #BF8E67. Grayscale: #666666. Windows color (decimal): -12553832 or 9990464. OLE color: 9990464.

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

Color convert

RGB64113152-
CMYK0.580.2600.40
HSL206.59º40.74%42.35%-
HSV(B)206.59º57.89%59.61%-
XYZ13.6915.1731.91-
YUV102.8155.77100.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=19.45%
G=34.35%
B=46.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641131520.580.2600.40206.5940.7442.35
Hex4071983A1A028cf292a
Octal10016123072320503175152
Binary100000011100011001100011101011010010100011001111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407198; }

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

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

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

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

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

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

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

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