#463959

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

Shades of Jacarta #463959

Tints of Jacarta #463959

Color information

#463959 (or 0x463959) is unknown color: approx Jacarta. HEX triplet: 46, 39 and 59. RGB value is (70,57,89). Sum of RGB (Red+Green+Blue) = 70+57+89=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #463959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463959 is #B9C6A6. Grayscale: #404040. Windows color (decimal): -12175015 or 5847366. OLE color: 5847366.

HSL color Cylindrical-coordinate representation of color #463959: hue angle of 264.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463959 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB705789-
CMYK0.210.3600.65
HSL264.38º21.92%28.63%-
HSV(B)264.38º35.96%34.9%-
XYZ5.794.9510.1-
YUV64.54141.81131.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=32.41%
G=26.39%
B=41.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7057890.210.3600.65264.3821.9228.63
Hex4639591524041108161d
Octal10671131254401014102635
Binary1000110111001101100110101100100010000011000010001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463959; }

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

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

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

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

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

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

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

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