Html Css Color HEX #405999 Mariner

📋 copy color: '#405999'

red 64 ◦ green 89 ◦ blue 153

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

Shades of Mariner #405999

Tints of Mariner #405999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

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

R = 20.92%
G = 29.08%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#405999 (or 0x405999) is known color: Mariner. HEX triplet: 40, 59 and 99. RGB value is (64,89,153). Sum of RGB (Red+Green+Blue) = 64+89+153=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #405999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405999 is #BFA666. Grayscale: #585858. Windows color (decimal): -12559975 or 10049856. OLE color: 10049856.

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

Color convert

RGB 64 89 153 -
CMYK 0.58 0.42 0 0.4
HSL 223.15º 0.41% 0.43% -
HSV(B) 223.15º 0.58% 0.6% -
XYZ 11.44 10.53 31.57 -
YUV 88.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 64 89 153 0.58 0.42 0 0.4 223.15 0.41 0.43
Hex 40 59 99 3A 2A 0 28 DF 29 2B
Octal 100 131 231 72 52 0 50 337 51 53
Binary 1000000 1011001 10011001 111010 101010 0 101000 11011111 101001 101011

Color Harmonies of #405999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405999

Black with #405999

Text Example


Text Example

White with #405999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405999; }

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

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

background-color css

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

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

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

border-color css

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

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

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