#463652

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

Shades of Jagger #463652

Tints of Jagger #463652

Color information

#463652 (or 0x463652) is unknown color: approx Jagger. HEX triplet: 46, 36 and 52. RGB value is (70,54,82). Sum of RGB (Red+Green+Blue) = 70+54+82=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 82 - color contains mainly: blue. Hex color #463652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463652 is #B9C9AD. Grayscale: #3D3D3D. Windows color (decimal): -12175790 or 5387846. OLE color: 5387846.

HSL color Cylindrical-coordinate representation of color #463652: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463652 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB705482-
CMYK0.150.3400.68
HSL274.29º20.59%26.67%-
HSV(B)274.29º34.15%32.16%-
XYZ5.374.558.58-
YUV61.98139.3133.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=33.98%
G=26.21%
B=39.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7054820.150.3400.68274.2920.5926.67
Hex463652F22044112151b
Octal10666122174201044222533
Binary100011011011010100101111100010010001001000100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463652; }

 p { color: rgb(70,54,82); }

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

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

 a { background-color: rgb(70,54,82); }

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

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

 span { border-color: rgb(70,54,82); }

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