#46335D

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

Shades of Jacarta #46335D

Tints of Jacarta #46335D

Color information

#46335D (or 0x46335D) is unknown color: approx Jacarta. HEX triplet: 46, 33 and 5D. RGB value is (70,51,93). Sum of RGB (Red+Green+Blue) = 70+51+93=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #46335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46335D is #B9CCA2. Grayscale: #3D3D3D. Windows color (decimal): -12176547 or 6107974. OLE color: 6107974.

HSL color Cylindrical-coordinate representation of color #46335D: hue angle of 267.14º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46335D is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB705193-
CMYK0.250.4500.64
HSL267.14º29.17%28.24%-
HSV(B)267.14º45.16%36.47%-
XYZ5.694.4610.92-
YUV61.47145.79134.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=32.71%
G=23.83%
B=43.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7051930.250.4500.64267.1429.1728.24
Hex46335D192D04010b1d1c
Octal10663135315501004133534
Binary1000110110011101110111001101101010000001000010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46335D; }

 p { color: rgb(70,51,93); }

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

<style>
 a { background-color: #46335D; }

 a { background-color: rgb(70,51,93); }

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

<style>
 span { border-color: #46335D; }

 span { border-color: rgb(70,51,93); }

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