#463955

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

Shades of Jagger #463955

Tints of Jagger #463955

Color information

#463955 (or 0x463955) is unknown color: approx Jagger. HEX triplet: 46, 39 and 55. RGB value is (70,57,85). Sum of RGB (Red+Green+Blue) = 70+57+85=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #463955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463955 is #B9C6AA. Grayscale: #3F3F3F. Windows color (decimal): -12175019 or 5585222. OLE color: 5585222.

HSL color Cylindrical-coordinate representation of color #463955: hue angle of 267.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #463955 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB705785-
CMYK0.180.3300.67
HSL267.86º19.72%27.84%-
HSV(B)267.86º32.94%33.33%-
XYZ5.634.889.24-
YUV64.08139.81132.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=33.02%
G=26.89%
B=40.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7057850.180.3300.67267.8619.7227.84
Hex463955122104310c141c
Octal10671125224101034142434
Binary1000110111001101010110010100001010000111000011001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463955; }

 p { color: rgb(70,57,85); }

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

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

 a { background-color: rgb(70,57,85); }

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

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

 span { border-color: rgb(70,57,85); }

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