Html Css Color HEX #476499 Mariner

📋 copy color: '#476499'

red 71 ◦ green 100 ◦ blue 153

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

Shades of Mariner #476499

Tints of Mariner #476499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 21.91%
G = 30.86%
B = 47.22%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#476499 (or 0x476499) is known color: Mariner. HEX triplet: 47, 64 and 99. RGB value is (71,100,153). Sum of RGB (Red+Green+Blue) = 71+100+153=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #476499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476499 is #B89B66. Grayscale: #616161. Windows color (decimal): -12098407 or 10052679. OLE color: 10052679.

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

Color convert

RGB 71 100 153 -
CMYK 0.54 0.35 0 0.4
HSL 218.78º 0.37% 0.44% -
HSV(B) 218.78º 0.54% 0.6% -
XYZ 12.91 12.75 31.92 -
YUV 97.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 71 100 153 0.54 0.35 0 0.4 218.78 0.37 0.44
Hex 47 64 99 36 23 0 28 DB 25 2C
Octal 107 144 231 66 43 0 50 333 45 54
Binary 1000111 1100100 10011001 110110 100011 0 101000 11011011 100101 101100

Color Harmonies of #476499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476499

Black with #476499

Text Example


Text Example

White with #476499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476499; }

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

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

background-color css

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

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

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

border-color css

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

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

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