Html Css Color HEX #473556 Jagger

📋 copy color: '#473556'

red 71 ◦ green 53 ◦ blue 86

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

Shades of Jagger #473556

Tints of Jagger #473556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 33.81%
G = 25.24%
B = 40.95%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#473556 (or 0x473556) is known color: Jagger. HEX triplet: 47, 35 and 56. RGB value is (71,53,86). Sum of RGB (Red+Green+Blue) = 71+53+86=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #473556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473556 is #B8CAA9. Grayscale: #3E3E3E. Windows color (decimal): -12110506 or 5649735. OLE color: 5649735.

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

Color convert

RGB 71 53 86 -
CMYK 0.17 0.38 0 0.66
HSL 272.73º 0.24% 0.27% -
HSV(B) 272.73º 0.38% 0.34% -
XYZ 5.55 4.56 9.39 -
YUV 62.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 71 53 86 0.17 0.38 0 0.66 272.73 0.24 0.27
Hex 47 35 56 11 26 0 42 111 18 1B
Octal 107 65 126 21 46 0 102 421 30 33
Binary 1000111 110101 1010110 10001 100110 0 1000010 100010001 11000 11011

Color Harmonies of #473556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473556

Black with #473556

Text Example


Text Example

White with #473556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473556; }

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

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

background-color css

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

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

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

border-color css

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

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

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