Html Css Color HEX #407198 Lochmara

📋 copy color: '#407198'

red 64 ◦ green 113 ◦ blue 152

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

Shades of Lochmara #407198

Tints of Lochmara #407198

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.2%

R = 19.45%
G = 34.35%
B = 46.2%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#407198 (or 0x407198) is known color: 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

RGB 64 113 152 -
CMYK 0.58 0.26 0 0.40
HSL 206.59º 0.41% 0.42% -
HSV(B) 206.59º 0.58% 0.6% -
XYZ 13.69 15.17 31.91 -
YUV 102.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 64 113 152 0.58 0.26 0 0.40 206.59 0.41 0.42
Hex 40 71 98 3A 1A 0 28 CF 29 2A
Octal 100 161 230 72 32 0 50 317 51 52
Binary 1000000 1110001 10011000 111010 11010 0 101000 11001111 101001 101010

Color Harmonies of #407198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407198

Black with #407198

Text Example


Text Example

White with #407198

Text Example


Text Example

HTML Codes & Css Web 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>