#463550

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

Shades of Jagger #463550

Tints of Jagger #463550

Color information

#463550 (or 0x463550) is unknown color: approx Jagger. HEX triplet: 46, 35 and 50. RGB value is (70,53,80). Sum of RGB (Red+Green+Blue) = 70+53+80=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #463550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463550 is #B9CAAF. Grayscale: #3D3D3D. Windows color (decimal): -12176048 or 5256518. OLE color: 5256518.

HSL color Cylindrical-coordinate representation of color #463550: hue angle of 277.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463550 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB705380-
CMYK0.120.3400.69
HSL277.78º20.3%26.08%-
HSV(B)277.78º33.75%31.37%-
XYZ5.254.438.17-
YUV61.16138.63134.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=34.48%
G=26.11%
B=39.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7053800.120.3400.69277.7820.326.08
Hex463550C22045116141a
Octal10665120144201054262432
Binary100011011010110100001100100010010001011000101101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463550; }

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

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

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

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

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

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

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

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