#473854

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

Shades of Jagger #473854

Tints of Jagger #473854

Color information

#473854 (or 0x473854) is unknown color: approx Jagger. HEX triplet: 47, 38 and 54. RGB value is (71,56,84). Sum of RGB (Red+Green+Blue) = 71+56+84=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #473854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473854 is #B8C7AB. Grayscale: #3F3F3F. Windows color (decimal): -12109740 or 5519431. OLE color: 5519431.

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

Color convert

RGB715684-
CMYK0.150.3300.67
HSL272.14º20%27.45%-
HSV(B)272.14º33.33%32.94%-
XYZ5.614.819.02-
YUV63.68139.47133.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=33.65%
G=26.54%
B=39.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7156840.150.3300.67272.142027.45
Hex473854F21043110141b
Octal10770124174101034202433
Binary100011111100010101001111100001010000111000100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473854; }

 p { color: rgb(71,56,84); }

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

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

 a { background-color: rgb(71,56,84); }

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

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

 span { border-color: rgb(71,56,84); }

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