#463C5C

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

Shades of Jacarta #463C5C

Tints of Jacarta #463C5C

Color information

#463C5C (or 0x463C5C) is unknown color: approx Jacarta. HEX triplet: 46, 3C and 5C. RGB value is (70,60,92). Sum of RGB (Red+Green+Blue) = 70+60+92=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #463C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C5C is #B9C3A3. Grayscale: #424242. Windows color (decimal): -12174244 or 6044742. OLE color: 6044742.

HSL color Cylindrical-coordinate representation of color #463C5C: hue angle of 258.75º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #463C5C is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB706092-
CMYK0.240.3500.64
HSL258.75º21.05%29.8%-
HSV(B)258.75º34.78%36.08%-
XYZ6.075.3110.83-
YUV66.64142.31130.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=31.53%
G=27.03%
B=41.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7060920.240.3500.64258.7521.0529.8
Hex463C5C1823040103151e
Octal10674134304301004032536
Binary1000110111100101110011000100011010000001000000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,60,92); }

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

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

 a { background-color: rgb(70,60,92); }

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

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

 span { border-color: rgb(70,60,92); }

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