Html Css Color HEX #475C90 Mariner

📋 copy color: '#475C90'

red 71 ◦ green 92 ◦ blue 144

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

Shades of Mariner #475C90

Tints of Mariner #475C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.97%

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

R = 23.13%
G = 29.97%
B = 46.91%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#475C90 (or 0x475C90) is known color: Mariner. HEX triplet: 47, 5C and 90. RGB value is (71,92,144). Sum of RGB (Red+Green+Blue) = 71+92+144=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #475C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C90 is #B8A36F. Grayscale: #5B5B5B. Windows color (decimal): -12100464 or 9460807. OLE color: 9460807.

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

Color convert

RGB 71 92 144 -
CMYK 0.51 0.36 0 0.44
HSL 222.74º 0.34% 0.42% -
HSV(B) 222.74º 0.51% 0.56% -
XYZ 11.46 11.01 27.91 -
YUV 91.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 71 92 144 0.51 0.36 0 0.44 222.74 0.34 0.42
Hex 47 5C 90 33 24 0 2C DF 22 2A
Octal 107 134 220 63 44 0 54 337 42 52
Binary 1000111 1011100 10010000 110011 100100 0 101100 11011111 100010 101010

Color Harmonies of #475C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C90

Black with #475C90

Text Example


Text Example

White with #475C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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