#46315E

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

Shades of Jacarta #46315E

Tints of Jacarta #46315E

Color information

#46315E (or 0x46315E) is unknown color: approx Jacarta. HEX triplet: 46, 31 and 5E. RGB value is (70,49,94). Sum of RGB (Red+Green+Blue) = 70+49+94=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #46315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46315E is #B9CEA1. Grayscale: #3C3C3C. Windows color (decimal): -12177058 or 6172998. OLE color: 6172998.

HSL color Cylindrical-coordinate representation of color #46315E: hue angle of 268º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46315E is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB704994-
CMYK0.260.4800.63
HSL268º31.47%28.04%-
HSV(B)268º47.87%36.86%-
XYZ5.644.3111.12-
YUV60.41146.96134.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=32.86%
G=23.00%
B=44.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7049940.260.4800.6326831.4728.04
Hex46315E1A3003F10c1f1c
Octal1066113632600774143734
Binary100011011000110111101101011000001111111000011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46315E; }

 p { color: rgb(70,49,94); }

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

<style>
 a { background-color: #46315E; }

 a { background-color: rgb(70,49,94); }

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

<style>
 span { border-color: #46315E; }

 span { border-color: rgb(70,49,94); }

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