Html Css Color HEX #475C99 Mariner

📋 copy color: '#475C99'

red 71 ◦ green 92 ◦ blue 153

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

Shades of Mariner #475C99

Tints of Mariner #475C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 22.47%
G = 29.11%
B = 48.42%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#475C99 (or 0x475C99) is known color: Mariner. HEX triplet: 47, 5C and 99. RGB value is (71,92,153). Sum of RGB (Red+Green+Blue) = 71+92+153=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #475C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C99 is #B8A366. Grayscale: #5C5C5C. Windows color (decimal): -12100455 or 10050631. OLE color: 10050631.

HSL color Cylindrical-coordinate representation of color #475C99: hue angle of 224.63º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475C99 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 92 153 -
CMYK 0.54 0.40 0 0.4
HSL 224.63º 0.37% 0.44% -
HSV(B) 224.63º 0.54% 0.6% -
XYZ 12.18 11.29 31.68 -
YUV 92.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 71 92 153 0.54 0.40 0 0.4 224.63 0.37 0.44
Hex 47 5C 99 36 28 0 28 E1 25 2C
Octal 107 134 231 66 50 0 50 341 45 54
Binary 1000111 1011100 10011001 110110 101000 0 101000 11100001 100101 101100

Color Harmonies of #475C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C99

Black with #475C99

Text Example


Text Example

White with #475C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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