#46375A

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

Shades of Jacarta #46375A

Tints of Jacarta #46375A

Color information

#46375A (or 0x46375A) is unknown color: approx Jacarta. HEX triplet: 46, 37 and 5A. RGB value is (70,55,90). Sum of RGB (Red+Green+Blue) = 70+55+90=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #46375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46375A is #B9C8A5. Grayscale: #3F3F3F. Windows color (decimal): -12175526 or 5912390. OLE color: 5912390.

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

Color convert

RGB705590-
CMYK0.220.3900.65
HSL265.71º24.14%28.43%-
HSV(B)265.71º38.89%35.29%-
XYZ5.744.7710.29-
YUV63.47142.97132.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=32.56%
G=25.58%
B=41.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7055900.220.3900.65265.7124.1428.43
Hex46375A162704110a181c
Octal10667132264701014123034
Binary1000110110111101101010110100111010000011000010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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