#463555

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

Shades of Jagger #463555

Tints of Jagger #463555

Color information

#463555 (or 0x463555) is unknown color: approx Jagger. HEX triplet: 46, 35 and 55. RGB value is (70,53,85). Sum of RGB (Red+Green+Blue) = 70+53+85=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #463555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463555 is #B9CAAA. Grayscale: #3D3D3D. Windows color (decimal): -12176043 or 5584198. OLE color: 5584198.

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

Color convert

RGB705385-
CMYK0.180.3800.67
HSL271.88º23.19%27.06%-
HSV(B)271.88º37.65%33.33%-
XYZ5.444.59.18-
YUV61.73141.13133.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=33.65%
G=25.48%
B=40.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7053850.180.3800.67271.8823.1927.06
Hex4635551226043110171b
Octal10665125224601034202733
Binary1000110110101101010110010100110010000111000100001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463555; }

 p { color: rgb(70,53,85); }

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

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

 a { background-color: rgb(70,53,85); }

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

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

 span { border-color: rgb(70,53,85); }

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