Html Css Color HEX #475990 Mariner

📋 copy color: '#475990'

red 71 ◦ green 89 ◦ blue 144

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

Shades of Mariner #475990

Tints of Mariner #475990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.37%

R = 23.36%
G = 29.28%
B = 47.37%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#475990 (or 0x475990) is known color: Mariner. HEX triplet: 47, 59 and 90. RGB value is (71,89,144). Sum of RGB (Red+Green+Blue) = 71+89+144=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #475990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475990 is #B8A66F. Grayscale: #595959. Windows color (decimal): -12101232 or 9460039. OLE color: 9460039.

HSL color Cylindrical-coordinate representation of color #475990: hue angle of 225.21º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475990 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 89 144 -
CMYK 0.51 0.38 0 0.44
HSL 225.21º 0.34% 0.42% -
HSV(B) 225.21º 0.51% 0.56% -
XYZ 11.2 10.5 27.82 -
YUV 89.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 71 89 144 0.51 0.38 0 0.44 225.21 0.34 0.42
Hex 47 59 90 33 26 0 2C E1 22 2A
Octal 107 131 220 63 46 0 54 341 42 52
Binary 1000111 1011001 10010000 110011 100110 0 101100 11100001 100010 101010

Color Harmonies of #475990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475990

Black with #475990

Text Example


Text Example

White with #475990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475990; }

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

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

background-color css

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

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

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

border-color css

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

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

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