#463456

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

Shades of Jagger #463456

Tints of Jagger #463456

Color information

#463456 (or 0x463456) is unknown color: approx Jagger. HEX triplet: 46, 34 and 56. RGB value is (70,52,86). Sum of RGB (Red+Green+Blue) = 70+52+86=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #463456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463456 is #B9CBA9. Grayscale: #3D3D3D. Windows color (decimal): -12176298 or 5649478. OLE color: 5649478.

HSL color Cylindrical-coordinate representation of color #463456: hue angle of 271.76º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463456 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB705286-
CMYK0.190.4000.66
HSL271.76º24.64%27.06%-
HSV(B)271.76º39.53%33.73%-
XYZ5.434.439.37-
YUV61.26141.96134.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=33.65%
G=25%
B=41.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7052860.190.4000.66271.7624.6427.06
Hex4634561328042110191b
Octal10664126235001024203133
Binary1000110110100101011010011101000010000101000100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463456; }

 p { color: rgb(70,52,86); }

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

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

 a { background-color: rgb(70,52,86); }

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

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

 span { border-color: rgb(70,52,86); }

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