Html Css Color HEX #406999 Mariner

📋 copy color: '#406999'

red 64 ◦ green 105 ◦ blue 153

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

Shades of Mariner #406999

Tints of Mariner #406999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.61%

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

R = 19.88%
G = 32.61%
B = 47.52%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#406999 (or 0x406999) is known color: Mariner. HEX triplet: 40, 69 and 99. RGB value is (64,105,153). Sum of RGB (Red+Green+Blue) = 64+105+153=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #406999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406999 is #BF9666. Grayscale: #616161. Windows color (decimal): -12555879 or 10053952. OLE color: 10053952.

HSL color Cylindrical-coordinate representation of color #406999: hue angle of 212.36º 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 #406999 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 105 153 -
CMYK 0.58 0.31 0 0.4
HSL 212.36º 0.41% 0.43% -
HSV(B) 212.36º 0.58% 0.6% -
XYZ 12.92 13.49 32.06 -
YUV 98.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 64 105 153 0.58 0.31 0 0.4 212.36 0.41 0.43
Hex 40 69 99 3A 1F 0 28 D4 29 2B
Octal 100 151 231 72 37 0 50 324 51 53
Binary 1000000 1101001 10011001 111010 11111 0 101000 11010100 101001 101011

Color Harmonies of #406999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406999

Black with #406999

Text Example


Text Example

White with #406999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406999; }

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

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

background-color css

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

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

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

border-color css

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

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

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