Html Css Color HEX #406499 Mariner

📋 copy color: '#406499'

red 64 ◦ green 100 ◦ blue 153

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

Shades of Mariner #406499

Tints of Mariner #406499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 20.19%
G = 31.55%
B = 48.26%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#406499 (or 0x406499) is known color: Mariner. HEX triplet: 40, 64 and 99. RGB value is (64,100,153). Sum of RGB (Red+Green+Blue) = 64+100+153=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #406499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406499 is #BF9B66. Grayscale: #5F5F5F. Windows color (decimal): -12557159 or 10052672. OLE color: 10052672.

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

Color convert

RGB 64 100 153 -
CMYK 0.58 0.35 0 0.4
HSL 215.73º 0.41% 0.43% -
HSV(B) 215.73º 0.58% 0.6% -
XYZ 12.42 12.5 31.9 -
YUV 95.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 64 100 153 0.58 0.35 0 0.4 215.73 0.41 0.43
Hex 40 64 99 3A 23 0 28 D8 29 2B
Octal 100 144 231 72 43 0 50 330 51 53
Binary 1000000 1100100 10011001 111010 100011 0 101000 11011000 101001 101011

Color Harmonies of #406499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406499

Black with #406499

Text Example


Text Example

White with #406499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406499; }

 p { color: rgb(64,100,153); }

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

background-color css

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

 a { background-color: rgb(64,100,153); }

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

border-color css

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

 span { border-color: rgb(64,100,153); }

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