#473951

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

Shades of Jagger #473951

Tints of Jagger #473951

Color information

#473951 (or 0x473951) is unknown color: approx Jagger. HEX triplet: 47, 39 and 51. RGB value is (71,57,81). Sum of RGB (Red+Green+Blue) = 71+57+81=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #473951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473951 is #B8C6AE. Grayscale: #3F3F3F. Windows color (decimal): -12109487 or 5323079. OLE color: 5323079.

HSL color Cylindrical-coordinate representation of color #473951: hue angle of 275º degrees, saturation: 0.17, 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 #473951 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB715781-
CMYK0.120.3000.68
HSL275º17.39%27.06%-
HSV(B)275º29.63%31.76%-
XYZ5.554.868.43-
YUV63.92137.64133.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=33.97%
G=27.27%
B=38.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7157810.120.3000.6827517.3927.06
Hex473951C1E044113111b
Octal10771121143601044232133
Binary10001111110011010001110011110010001001000100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473951; }

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

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

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

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

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

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

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

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