Html Css Color HEX #475992 Mariner

📋 copy color: '#475992'

red 71 ◦ green 89 ◦ blue 146

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

Shades of Mariner #475992

Tints of Mariner #475992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.71%

R = 23.2%
G = 29.08%
B = 47.71%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#475992 (or 0x475992) is known color: Mariner. HEX triplet: 47, 59 and 92. RGB value is (71,89,146). Sum of RGB (Red+Green+Blue) = 71+89+146=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #475992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475992 is #B8A66D. Grayscale: #595959. Windows color (decimal): -12101230 or 9591111. OLE color: 9591111.

HSL color Cylindrical-coordinate representation of color #475992: hue angle of 225.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475992 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 89 146 -
CMYK 0.51 0.39 0 0.43
HSL 225.6º 0.35% 0.43% -
HSV(B) 225.6º 0.51% 0.57% -
XYZ 11.36 10.56 28.63 -
YUV 90.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 71 89 146 0.51 0.39 0 0.43 225.6 0.35 0.43
Hex 47 59 92 33 27 0 2B E2 23 2B
Octal 107 131 222 63 47 0 53 342 43 53
Binary 1000111 1011001 10010010 110011 100111 0 101011 11100010 100011 101011

Color Harmonies of #475992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475992

Black with #475992

Text Example


Text Example

White with #475992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475992; }

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

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

background-color css

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

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

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

border-color css

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

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

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