#463759

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

Shades of Jacarta #463759

Tints of Jacarta #463759

Color information

#463759 (or 0x463759) is unknown color: approx Jacarta. HEX triplet: 46, 37 and 59. RGB value is (70,55,89). Sum of RGB (Red+Green+Blue) = 70+55+89=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #463759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463759 is #B9C8A6. Grayscale: #3F3F3F. Windows color (decimal): -12175527 or 5846854. OLE color: 5846854.

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

Color convert

RGB705589-
CMYK0.210.3800.65
HSL266.47º23.61%28.24%-
HSV(B)266.47º38.2%34.9%-
XYZ5.74.7610.07-
YUV63.36142.47132.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=32.71%
G=25.70%
B=41.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7055890.210.3800.65266.4723.6128.24
Hex463759152604110a181c
Octal10667131254601014123034
Binary1000110110111101100110101100110010000011000010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463759; }

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

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

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

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

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

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

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

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