#473953

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

Shades of Jagger #473953

Tints of Jagger #473953

Color information

#473953 (or 0x473953) is unknown color: approx Jagger. HEX triplet: 47, 39 and 53. RGB value is (71,57,83). Sum of RGB (Red+Green+Blue) = 71+57+83=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #473953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473953 is #B8C6AC. Grayscale: #404040. Windows color (decimal): -12109485 or 5454151. OLE color: 5454151.

HSL color Cylindrical-coordinate representation of color #473953: hue angle of 272.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473953 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715783-
CMYK0.140.3100.67
HSL272.31º18.57%27.45%-
HSV(B)272.31º31.33%32.55%-
XYZ5.624.898.83-
YUV64.15138.64132.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=33.65%
G=27.01%
B=39.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7157830.140.3100.67272.3118.5727.45
Hex473953E1F043110131b
Octal10771123163701034202333
Binary10001111110011010011111011111010000111000100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473953; }

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

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

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

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

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

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

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

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