#463E5A

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

Shades of Jacarta #463E5A

Tints of Jacarta #463E5A

Color information

#463E5A (or 0x463E5A) is unknown color: approx Jacarta. HEX triplet: 46, 3E and 5A. RGB value is (70,62,90). Sum of RGB (Red+Green+Blue) = 70+62+90=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #463E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E5A is #B9C1A5. Grayscale: #434343. Windows color (decimal): -12173734 or 5914182. OLE color: 5914182.

HSL color Cylindrical-coordinate representation of color #463E5A: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463E5A is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB706290-
CMYK0.220.3100.65
HSL257.14º18.42%29.8%-
HSV(B)257.14º31.11%35.29%-
XYZ6.095.4910.41-
YUV67.58140.65129.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=31.53%
G=27.93%
B=40.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7062900.220.3100.65257.1418.4229.8
Hex463E5A161F041101121e
Octal10676132263701014012236
Binary100011011111010110101011011111010000011000000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,62,90); }

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

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

 a { background-color: rgb(70,62,90); }

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

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

 span { border-color: rgb(70,62,90); }

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