#46385A

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

Shades of Jacarta #46385A

Tints of Jacarta #46385A

Color information

#46385A (or 0x46385A) is unknown color: approx Jacarta. HEX triplet: 46, 38 and 5A. RGB value is (70,56,90). Sum of RGB (Red+Green+Blue) = 70+56+90=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #46385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46385A is #B9C7A5. Grayscale: #3F3F3F. Windows color (decimal): -12175270 or 5912646. OLE color: 5912646.

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

Color convert

RGB705690-
CMYK0.220.3800.65
HSL264.71º23.29%28.63%-
HSV(B)264.71º37.78%35.29%-
XYZ5.794.8710.31-
YUV64.06142.64132.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=32.41%
G=25.93%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7056900.220.3800.65264.7123.2928.63
Hex46385A1626041109171d
Octal10670132264601014112735
Binary1000110111000101101010110100110010000011000010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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