Html Css Color HEX #475E99 Mariner

📋 copy color: '#475E99'

red 71 ◦ green 94 ◦ blue 153

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

Shades of Mariner #475E99

Tints of Mariner #475E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

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

R = 22.33%
G = 29.56%
B = 48.11%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#475E99 (or 0x475E99) is known color: Mariner. HEX triplet: 47, 5E and 99. RGB value is (71,94,153). Sum of RGB (Red+Green+Blue) = 71+94+153=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #475E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E99 is #B8A166. Grayscale: #5D5D5D. Windows color (decimal): -12099943 or 10051143. OLE color: 10051143.

HSL color Cylindrical-coordinate representation of color #475E99: hue angle of 223.17º 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 #475E99 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 94 153 -
CMYK 0.54 0.39 0 0.4
HSL 223.17º 0.37% 0.44% -
HSV(B) 223.17º 0.54% 0.6% -
XYZ 12.35 11.64 31.73 -
YUV 93.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 71 94 153 0.54 0.39 0 0.4 223.17 0.37 0.44
Hex 47 5E 99 36 27 0 28 DF 25 2C
Octal 107 136 231 66 47 0 50 337 45 54
Binary 1000111 1011110 10011001 110110 100111 0 101000 11011111 100101 101100

Color Harmonies of #475E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E99

Black with #475E99

Text Example


Text Example

White with #475E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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