#463452

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

Shades of Jagger #463452

Tints of Jagger #463452

Color information

#463452 (or 0x463452) is unknown color: approx Jagger. HEX triplet: 46, 34 and 52. RGB value is (70,52,82). Sum of RGB (Red+Green+Blue) = 70+52+82=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #463452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463452 is #B9CBAD. Grayscale: #3C3C3C. Windows color (decimal): -12176302 or 5387334. OLE color: 5387334.

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

Color convert

RGB705282-
CMYK0.150.3700.68
HSL276º22.39%26.27%-
HSV(B)276º36.59%32.16%-
XYZ5.284.378.55-
YUV60.8139.96134.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=34.31%
G=25.49%
B=40.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7052820.150.3700.6827622.3926.27
Hex463452F25044114161a
Octal10664122174501044242632
Binary100011011010010100101111100101010001001000101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463452; }

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

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

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

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

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

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

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

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