#473855

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

Shades of Jagger #473855

Tints of Jagger #473855

Color information

#473855 (or 0x473855) is unknown color: approx Jagger. HEX triplet: 47, 38 and 55. RGB value is (71,56,85). Sum of RGB (Red+Green+Blue) = 71+56+85=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #473855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473855 is #B8C7AA. Grayscale: #3F3F3F. Windows color (decimal): -12109739 or 5584967. OLE color: 5584967.

HSL color Cylindrical-coordinate representation of color #473855: hue angle of 271.03º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473855 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715685-
CMYK0.160.3400.67
HSL271.03º20.57%27.65%-
HSV(B)271.03º34.12%33.33%-
XYZ5.654.829.23-
YUV63.79139.97133.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=33.49%
G=26.42%
B=40.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7156850.160.3400.67271.0320.5727.65
Hex473855102204310f151c
Octal10770125204201034172534
Binary1000111111000101010110000100010010000111000011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473855; }

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

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

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

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

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

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

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

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