#463B59

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

Shades of Jacarta #463B59

Tints of Jacarta #463B59

Color information

#463B59 (or 0x463B59) is unknown color: approx Jacarta. HEX triplet: 46, 3B and 59. RGB value is (70,59,89). Sum of RGB (Red+Green+Blue) = 70+59+89=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #463B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B59 is #B9C4A6. Grayscale: #414141. Windows color (decimal): -12174503 or 5847878. OLE color: 5847878.

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

Color convert

RGB705989-
CMYK0.210.3400.65
HSL262º20.27%29.02%-
HSV(B)262º33.71%34.9%-
XYZ5.895.1510.13-
YUV65.71141.14131.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=32.11%
G=27.06%
B=40.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7059890.210.3400.6526220.2729.02
Hex463B591522041106141d
Octal10673131254201014062435
Binary1000110111011101100110101100010010000011000001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463B59; }

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

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

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

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

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

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

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

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