#46345C

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

Shades of Jacarta #46345C

Tints of Jacarta #46345C

Color information

#46345C (or 0x46345C) is unknown color: approx Jacarta. HEX triplet: 46, 34 and 5C. RGB value is (70,52,92). Sum of RGB (Red+Green+Blue) = 70+52+92=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #46345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46345C is #B9CBA3. Grayscale: #3D3D3D. Windows color (decimal): -12176292 or 6042694. OLE color: 6042694.

HSL color Cylindrical-coordinate representation of color #46345C: hue angle of 267º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46345C is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB705292-
CMYK0.240.4300.64
HSL267º27.78%28.24%-
HSV(B)267º43.48%36.08%-
XYZ5.694.5310.7-
YUV61.94144.96133.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=32.71%
G=24.30%
B=42.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7052920.240.4300.6426727.7828.24
Hex46345C182B04010b1c1c
Octal10664134305301004133434
Binary1000110110100101110011000101011010000001000010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46345C; }

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

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

<style>
 a { background-color: #46345C; }

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

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

<style>
 span { border-color: #46345C; }

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

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