Html Css Color HEX #475997 Mariner

📋 copy color: '#475997'

red 71 ◦ green 89 ◦ blue 151

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

Shades of Mariner #475997

Tints of Mariner #475997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.55%

R = 22.83%
G = 28.62%
B = 48.55%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#475997 (or 0x475997) is known color: Mariner. HEX triplet: 47, 59 and 97. RGB value is (71,89,151). Sum of RGB (Red+Green+Blue) = 71+89+151=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #475997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475997 is #B8A668. Grayscale: #5A5A5A. Windows color (decimal): -12101225 or 9918791. OLE color: 9918791.

HSL color Cylindrical-coordinate representation of color #475997: hue angle of 226.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475997 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 89 151 -
CMYK 0.53 0.41 0 0.41
HSL 226.5º 0.36% 0.44% -
HSV(B) 226.5º 0.53% 0.59% -
XYZ 11.76 10.72 30.73 -
YUV 90.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 71 89 151 0.53 0.41 0 0.41 226.5 0.36 0.44
Hex 47 59 97 35 29 0 29 E2 24 2C
Octal 107 131 227 65 51 0 51 342 44 54
Binary 1000111 1011001 10010111 110101 101001 0 101001 11100010 100100 101100

Color Harmonies of #475997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475997

Black with #475997

Text Example


Text Example

White with #475997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475997; }

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

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

background-color css

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

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

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

border-color css

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

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

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