#463756

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

Shades of Jagger #463756

Tints of Jagger #463756

Color information

#463756 (or 0x463756) is unknown color: approx Jagger. HEX triplet: 46, 37 and 56. RGB value is (70,55,86). Sum of RGB (Red+Green+Blue) = 70+55+86=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #463756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463756 is #B9C8A9. Grayscale: #3E3E3E. Windows color (decimal): -12175530 or 5650246. OLE color: 5650246.

HSL color Cylindrical-coordinate representation of color #463756: hue angle of 269.03º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463756 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB705586-
CMYK0.190.3600.66
HSL269.03º21.99%27.65%-
HSV(B)269.03º36.05%33.73%-
XYZ5.574.719.42-
YUV63.02140.97132.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=33.18%
G=26.07%
B=40.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7055860.190.3600.66269.0321.9927.65
Hex463756132404210d161c
Octal10667126234401024152634
Binary1000110110111101011010011100100010000101000011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463756; }

 p { color: rgb(70,55,86); }

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

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

 a { background-color: rgb(70,55,86); }

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

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

 span { border-color: rgb(70,55,86); }

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