#473658

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

Shades of Jagger #473658

Tints of Jagger #473658

Color information

#473658 (or 0x473658) is unknown color: approx Jagger. HEX triplet: 47, 36 and 58. RGB value is (71,54,88). Sum of RGB (Red+Green+Blue) = 71+54+88=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #473658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473658 is #B8C9A7. Grayscale: #3E3E3E. Windows color (decimal): -12110248 or 5781063. OLE color: 5781063.

HSL color Cylindrical-coordinate representation of color #473658: hue angle of 270º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473658 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB715488-
CMYK0.190.3900.65
HSL270º23.94%27.84%-
HSV(B)270º38.64%34.51%-
XYZ5.684.689.84-
YUV62.96142.13133.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=33.33%
G=25.35%
B=41.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7154880.190.3900.6527023.9427.84
Hex473658132704110e181c
Octal10766130234701014163034
Binary1000111110110101100010011100111010000011000011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473658; }

 p { color: rgb(71,54,88); }

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

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

 a { background-color: rgb(71,54,88); }

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

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

 span { border-color: rgb(71,54,88); }

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