Html Css Color HEX #406D98 Lochmara

📋 copy color: '#406D98'

red 64 ◦ green 109 ◦ blue 152

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

Shades of Lochmara #406D98

Tints of Lochmara #406D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 19.69%
G = 33.54%
B = 46.77%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#406D98 (or 0x406D98) is known color: Lochmara. HEX triplet: 40, 6D and 98. RGB value is (64,109,152). Sum of RGB (Red+Green+Blue) = 64+109+152=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #406D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D98 is #BF9267. Grayscale: #646464. Windows color (decimal): -12554856 or 9989440. OLE color: 9989440.

HSL color Cylindrical-coordinate representation of color #406D98: hue angle of 209.32º 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 #406D98 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 109 152 -
CMYK 0.58 0.28 0 0.40
HSL 209.32º 0.41% 0.42% -
HSV(B) 209.32º 0.58% 0.6% -
XYZ 13.25 14.29 31.77 -
YUV 100.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 64 109 152 0.58 0.28 0 0.40 209.32 0.41 0.42
Hex 40 6D 98 3A 1C 0 28 D1 29 2A
Octal 100 155 230 72 34 0 50 321 51 52
Binary 1000000 1101101 10011000 111010 11100 0 101000 11010001 101001 101010

Color Harmonies of #406D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D98

Black with #406D98

Text Example


Text Example

White with #406D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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