Html Css Color HEX #473557 Jagger

📋 copy color: '#473557'

red 71 ◦ green 53 ◦ blue 87

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

Shades of Jagger #473557

Tints of Jagger #473557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 33.65%
G = 25.12%
B = 41.23%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#473557 (or 0x473557) is known color: Jagger. HEX triplet: 47, 35 and 57. RGB value is (71,53,87). Sum of RGB (Red+Green+Blue) = 71+53+87=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #473557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473557 is #B8CAA8. Grayscale: #3E3E3E. Windows color (decimal): -12110505 or 5715271. OLE color: 5715271.

HSL color Cylindrical-coordinate representation of color #473557: hue angle of 271.76º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473557 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 53 87 -
CMYK 0.18 0.39 0 0.66
HSL 271.76º 0.24% 0.27% -
HSV(B) 271.76º 0.39% 0.34% -
XYZ 5.59 4.57 9.6 -
YUV 62.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 71 53 87 0.18 0.39 0 0.66 271.76 0.24 0.27
Hex 47 35 57 12 27 0 42 110 18 1B
Octal 107 65 127 22 47 0 102 420 30 33
Binary 1000111 110101 1010111 10010 100111 0 1000010 100010000 11000 11011

Color Harmonies of #473557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473557

Black with #473557

Text Example


Text Example

White with #473557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473557; }

 p { color: rgb(71,53,87); }

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

background-color css

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

 a { background-color: rgb(71,53,87); }

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

border-color css

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

 span { border-color: rgb(71,53,87); }

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