Html Css Color HEX #475A91 Mariner

📋 copy color: '#475A91'

red 71 ◦ green 90 ◦ blue 145

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

Shades of Mariner #475A91

Tints of Mariner #475A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

 BLUE value IS 145 (57.03% from 255) = 47.39%

R = 23.2%
G = 29.41%
B = 47.39%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#475A91 (or 0x475A91) is known color: Mariner. HEX triplet: 47, 5A and 91. RGB value is (71,90,145). Sum of RGB (Red+Green+Blue) = 71+90+145=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #475A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475A91 is #B8A56E. Grayscale: #5A5A5A. Windows color (decimal): -12100975 or 9525831. OLE color: 9525831.

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

Color convert

RGB 71 90 145 -
CMYK 0.51 0.38 0 0.43
HSL 224.59º 0.34% 0.42% -
HSV(B) 224.59º 0.51% 0.57% -
XYZ 11.37 10.7 28.25 -
YUV 90.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 71 90 145 0.51 0.38 0 0.43 224.59 0.34 0.42
Hex 47 5A 91 33 26 0 2B E1 22 2A
Octal 107 132 221 63 46 0 53 341 42 52
Binary 1000111 1011010 10010001 110011 100110 0 101011 11100001 100010 101010

Color Harmonies of #475A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A91

Black with #475A91

Text Example


Text Example

White with #475A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475A91; }

 p { color: rgb(71,90,145); }

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

background-color css

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

 a { background-color: rgb(71,90,145); }

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

border-color css

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

 span { border-color: rgb(71,90,145); }

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