Html Css Color HEX #476599 Mariner

📋 copy color: '#476599'

red 71 ◦ green 101 ◦ blue 153

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

Shades of Mariner #476599

Tints of Mariner #476599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 21.85%
G = 31.08%
B = 47.08%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#476599 (or 0x476599) is known color: Mariner. HEX triplet: 47, 65 and 99. RGB value is (71,101,153). Sum of RGB (Red+Green+Blue) = 71+101+153=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #476599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476599 is #B89A66. Grayscale: #616161. Windows color (decimal): -12098151 or 10052935. OLE color: 10052935.

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

Color convert

RGB 71 101 153 -
CMYK 0.54 0.34 0 0.4
HSL 218.05º 0.37% 0.44% -
HSV(B) 218.05º 0.54% 0.6% -
XYZ 13 12.95 31.95 -
YUV 97.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 71 101 153 0.54 0.34 0 0.4 218.05 0.37 0.44
Hex 47 65 99 36 22 0 28 DA 25 2C
Octal 107 145 231 66 42 0 50 332 45 54
Binary 1000111 1100101 10011001 110110 100010 0 101000 11011010 100101 101100

Color Harmonies of #476599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476599

Black with #476599

Text Example


Text Example

White with #476599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476599; }

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

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

background-color css

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

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

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

border-color css

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

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

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