#473952

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

Shades of Jagger #473952

Tints of Jagger #473952

Color information

#473952 (or 0x473952) is unknown color: approx Jagger. HEX triplet: 47, 39 and 52. RGB value is (71,57,82). Sum of RGB (Red+Green+Blue) = 71+57+82=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #473952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473952 is #B8C6AD. Grayscale: #3F3F3F. Windows color (decimal): -12109486 or 5388615. OLE color: 5388615.

HSL color Cylindrical-coordinate representation of color #473952: hue angle of 273.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473952 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB715782-
CMYK0.130.3000.68
HSL273.6º17.99%27.25%-
HSV(B)273.6º30.49%32.16%-
XYZ5.584.888.63-
YUV64.04138.14132.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=33.81%
G=27.14%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7157820.130.3000.68273.617.9927.25
Hex473952D1E044112121b
Octal10771122153601044222233
Binary10001111110011010010110111110010001001000100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473952; }

 p { color: rgb(71,57,82); }

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

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

 a { background-color: rgb(71,57,82); }

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

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

 span { border-color: rgb(71,57,82); }

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