#463858

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

Shades of Jacarta #463858

Tints of Jacarta #463858

Color information

#463858 (or 0x463858) is unknown color: approx Jacarta. HEX triplet: 46, 38 and 58. RGB value is (70,56,88). Sum of RGB (Red+Green+Blue) = 70+56+88=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #463858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463858 is #B9C7A7. Grayscale: #3F3F3F. Windows color (decimal): -12175272 or 5781574. OLE color: 5781574.

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

Color convert

RGB705688-
CMYK0.200.3600.65
HSL266.25º22.22%28.24%-
HSV(B)266.25º36.36%34.51%-
XYZ5.74.849.87-
YUV63.83141.64132.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=32.71%
G=26.17%
B=41.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7056880.200.3600.65266.2522.2228.24
Hex463858142404110a161c
Octal10670130244401014122634
Binary1000110111000101100010100100100010000011000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463858; }

 p { color: rgb(70,56,88); }

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

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

 a { background-color: rgb(70,56,88); }

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

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

 span { border-color: rgb(70,56,88); }

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