Html Css Color HEX #476199 Mariner

📋 copy color: '#476199'

red 71 ◦ green 97 ◦ blue 153

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

Shades of Mariner #476199

Tints of Mariner #476199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 22.12%
G = 30.22%
B = 47.66%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#476199 (or 0x476199) is known color: Mariner. HEX triplet: 47, 61 and 99. RGB value is (71,97,153). Sum of RGB (Red+Green+Blue) = 71+97+153=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #476199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476199 is #B89E66. Grayscale: #5F5F5F. Windows color (decimal): -12099175 or 10051911. OLE color: 10051911.

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

Color convert

RGB 71 97 153 -
CMYK 0.54 0.37 0 0.4
HSL 220.98º 0.37% 0.44% -
HSV(B) 220.98º 0.54% 0.6% -
XYZ 12.62 12.19 31.82 -
YUV 95.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 71 97 153 0.54 0.37 0 0.4 220.98 0.37 0.44
Hex 47 61 99 36 25 0 28 DD 25 2C
Octal 107 141 231 66 45 0 50 335 45 54
Binary 1000111 1100001 10011001 110110 100101 0 101000 11011101 100101 101100

Color Harmonies of #476199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476199

Black with #476199

Text Example


Text Example

White with #476199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476199; }

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

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

background-color css

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

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

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

border-color css

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

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

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