#47365A

Color #47365A Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #47365A

Tints of Jagger #47365A

Color information

#47365A (or 0x47365A) is unknown color: approx Jagger. HEX triplet: 47, 36 and 5A. RGB value is (71,54,90). Sum of RGB (Red+Green+Blue) = 71+54+90=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #47365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47365A is #B8C9A5. Grayscale: #3F3F3F. Windows color (decimal): -12110246 or 5912135. OLE color: 5912135.

HSL color Cylindrical-coordinate representation of color #47365A: hue angle of 268.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47365A is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB715490-
CMYK0.210.4000.65
HSL268.33º25%28.24%-
HSV(B)268.33º40%35.29%-
XYZ5.764.7210.28-
YUV63.19143.13133.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=33.02%
G=25.12%
B=41.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7154900.210.4000.65268.332528.24
Hex47365A152804110c191c
Octal10766132255001014143134
Binary1000111110110101101010101101000010000011000011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47365A; }

 p { color: rgb(71,54,90); }

 H1.HeaderClassName
 {
   color: #47365A;
 }
 .AnyTagClassName
 {
   color: #47365A;
 }
</style>
background-color css

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

 a { background-color: rgb(71,54,90); }

 div.DivClassName
 {
   background-color: #47365A;
 }
 .BgClassName
 {
   background-color: #47365A;
 }
</style>
border-color css

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

 span { border-color: rgb(71,54,90); }

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