Html Css Color HEX #475999 Mariner

📋 copy color: '#475999'

red 71 ◦ green 89 ◦ blue 153

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

Shades of Mariner #475999

Tints of Mariner #475999

RGB

 RED value IS 71 (28.13% from 255) = 22.68%

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

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

R = 22.68%
G = 28.43%
B = 48.88%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#475999 (or 0x475999) is known color: Mariner. HEX triplet: 47, 59 and 99. RGB value is (71,89,153). Sum of RGB (Red+Green+Blue) = 71+89+153=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #475999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475999 is #B8A666. Grayscale: #5A5A5A. Windows color (decimal): -12101223 or 10049863. OLE color: 10049863.

HSL color Cylindrical-coordinate representation of color #475999: hue angle of 226.83º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475999 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 89 153 -
CMYK 0.54 0.42 0 0.4
HSL 226.83º 0.37% 0.44% -
HSV(B) 226.83º 0.54% 0.6% -
XYZ 11.92 10.78 31.59 -
YUV 90.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 71 89 153 0.54 0.42 0 0.4 226.83 0.37 0.44
Hex 47 59 99 36 2A 0 28 E3 25 2C
Octal 107 131 231 66 52 0 50 343 45 54
Binary 1000111 1011001 10011001 110110 101010 0 101000 11100011 100101 101100

Color Harmonies of #475999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475999

Black with #475999

Text Example


Text Example

White with #475999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475999; }

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

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

background-color css

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

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

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

border-color css

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

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

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