#47355A

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

Shades of Jagger #47355A

Tints of Jagger #47355A

Color information

#47355A (or 0x47355A) is unknown color: approx Jagger. HEX triplet: 47, 35 and 5A. RGB value is (71,53,90). Sum of RGB (Red+Green+Blue) = 71+53+90=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #47355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47355A is #B8CAA5. Grayscale: #3E3E3E. Windows color (decimal): -12110502 or 5911879. OLE color: 5911879.

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

Color convert

RGB715390-
CMYK0.210.4100.65
HSL269.19º25.87%28.04%-
HSV(B)269.19º41.11%35.29%-
XYZ5.724.6210.26-
YUV62.6143.46133.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=33.18%
G=24.77%
B=42.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7153900.210.4100.65269.1925.8728.04
Hex47355A152904110d1a1c
Octal10765132255101014153234
Binary1000111110101101101010101101001010000011000011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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