Html Css Color HEX #475B90 Mariner

📋 copy color: '#475B90'

red 71 ◦ green 91 ◦ blue 144

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

Shades of Mariner #475B90

Tints of Mariner #475B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.74%

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

R = 23.2%
G = 29.74%
B = 47.06%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#475B90 (or 0x475B90) is known color: Mariner. HEX triplet: 47, 5B and 90. RGB value is (71,91,144). Sum of RGB (Red+Green+Blue) = 71+91+144=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #475B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B90 is #B8A46F. Grayscale: #5A5A5A. Windows color (decimal): -12100720 or 9460551. OLE color: 9460551.

HSL color Cylindrical-coordinate representation of color #475B90: hue angle of 223.56º 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 #475B90 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 91 144 -
CMYK 0.51 0.37 0 0.44
HSL 223.56º 0.34% 0.42% -
HSV(B) 223.56º 0.51% 0.56% -
XYZ 11.37 10.84 27.88 -
YUV 91.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 71 91 144 0.51 0.37 0 0.44 223.56 0.34 0.42
Hex 47 5B 90 33 25 0 2C E0 22 2A
Octal 107 133 220 63 45 0 54 340 42 52
Binary 1000111 1011011 10010000 110011 100101 0 101100 11100000 100010 101010

Color Harmonies of #475B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B90

Black with #475B90

Text Example


Text Example

White with #475B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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