#463650

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

Shades of Jagger #463650

Tints of Jagger #463650

Color information

#463650 (or 0x463650) is unknown color: approx Jagger. HEX triplet: 46, 36 and 50. RGB value is (70,54,80). Sum of RGB (Red+Green+Blue) = 70+54+80=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #463650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463650 is #B9C9AF. Grayscale: #3D3D3D. Windows color (decimal): -12175792 or 5256774. OLE color: 5256774.

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

Color convert

RGB705480-
CMYK0.120.3300.69
HSL276.92º19.4%26.27%-
HSV(B)276.92º32.5%31.37%-
XYZ5.294.528.18-
YUV61.75138.3133.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=34.31%
G=26.47%
B=39.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7054800.120.3300.69276.9219.426.27
Hex463650C21045115131a
Octal10666120144101054252332
Binary100011011011010100001100100001010001011000101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463650; }

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

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

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

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

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

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

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

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