#463453

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

Shades of Jagger #463453

Tints of Jagger #463453

Color information

#463453 (or 0x463453) is unknown color: approx Jagger. HEX triplet: 46, 34 and 53. RGB value is (70,52,83). Sum of RGB (Red+Green+Blue) = 70+52+83=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #463453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463453 is #B9CBAC. Grayscale: #3C3C3C. Windows color (decimal): -12176301 or 5452870. OLE color: 5452870.

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

Color convert

RGB705283-
CMYK0.160.3700.67
HSL274.84º22.96%26.47%-
HSV(B)274.84º37.35%32.55%-
XYZ5.324.388.75-
YUV60.92140.46134.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=34.15%
G=25.37%
B=40.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7052830.160.3700.67274.8422.9626.47
Hex4634531025043113171a
Octal10664123204501034232732
Binary1000110110100101001110000100101010000111000100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463453; }

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

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

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

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

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

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

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

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