#46395A

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

Shades of Jacarta #46395A

Tints of Jacarta #46395A

Color information

#46395A (or 0x46395A) is unknown color: approx Jacarta. HEX triplet: 46, 39 and 5A. RGB value is (70,57,90). Sum of RGB (Red+Green+Blue) = 70+57+90=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #46395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46395A is #B9C6A5. Grayscale: #404040. Windows color (decimal): -12175014 or 5912902. OLE color: 5912902.

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

Color convert

RGB705790-
CMYK0.220.3700.65
HSL263.64º22.45%28.82%-
HSV(B)263.64º36.67%35.29%-
XYZ5.834.9710.32-
YUV64.65142.31131.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 57 (22.66% from 255) = 26.27%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=32.26%
G=26.27%
B=41.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7057900.220.3700.65263.6422.4528.82
Hex46395A1625041108161d
Octal10671132264501014102635
Binary1000110111001101101010110100101010000011000010001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46395A; }

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

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

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

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

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

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

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

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