Html Css Color HEX #46395B Jacarta

📋 copy color: '#46395B'

red 70 ◦ green 57 ◦ blue 91

#46395B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #46395B

Tints of Jacarta #46395B

RGB

 RED value IS 70 (27.73% from 255) = 32.11%

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 32.11%
G = 26.15%
B = 41.74%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46395B (or 0x46395B) is known color: Jacarta. HEX triplet: 46, 39 and 5B. RGB value is (70,57,91). Sum of RGB (Red+Green+Blue) = 70+57+91=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #46395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46395B is #B9C6A4. Grayscale: #404040. Windows color (decimal): -12175013 or 5978438. OLE color: 5978438.

HSL color Cylindrical-coordinate representation of color #46395B: hue angle of 262.94º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46395B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 57 91 -
CMYK 0.23 0.37 0 0.64
HSL 262.94º 0.23% 0.29% -
HSV(B) 262.94º 0.37% 0.36% -
XYZ 5.88 4.98 10.55 -
YUV 64.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 70 57 91 0.23 0.37 0 0.64 262.94 0.23 0.29
Hex 46 39 5B 17 25 0 40 107 17 1D
Octal 106 71 133 27 45 0 100 407 27 35
Binary 1000110 111001 1011011 10111 100101 0 1000000 100000111 10111 11101

Color Harmonies of #46395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46395B

Black with #46395B

Text Example


Text Example

White with #46395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46395B; }

 p { color: rgb(70,57,91); }

 H1.HeaderClassName
 {
   color: #46395B;
 }
 .AnyTagClassName
 {
   color: #46395B;
 }
</style>

background-color css

<style>
 a { background-color: #46395B; }

 a { background-color: rgb(70,57,91); }

 div.DivClassName
 {
   background-color: #46395B;
 }
 .BgClassName
 {
   background-color: #46395B;
 }
</style>

border-color css

<style>
 span { border-color: #46395B; }

 span { border-color: rgb(70,57,91); }

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