Html Css Color HEX #46395A Jacarta

📋 copy color: '#46395A'

red 70 ◦ green 57 ◦ blue 90

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

Shades of Jacarta #46395A

Tints of Jacarta #46395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.47%

R = 32.26%
G = 26.27%
B = 41.47%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46395A (or 0x46395A) is known color: Jacarta. HEX triplet: 46, 39 and 5A. RGB value is (70,57,90). Sum of RGB (Red+Green+Blue) = 70+57+90=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #46395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46395A is #B9C6A5. Grayscale: #404040. Windows color (decimal): -12175014 or 5912902. OLE color: 5912902.

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

Color convert

RGB 70 57 90 -
CMYK 0.22 0.37 0 0.65
HSL 263.64º 0.22% 0.29% -
HSV(B) 263.64º 0.37% 0.35% -
XYZ 5.83 4.97 10.32 -
YUV 64.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 70 57 90 0.22 0.37 0 0.65 263.64 0.22 0.29
Hex 46 39 5A 16 25 0 41 108 16 1D
Octal 106 71 132 26 45 0 101 410 26 35
Binary 1000110 111001 1011010 10110 100101 0 1000001 100001000 10110 11101

Color Harmonies of #46395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46395A

Black with #46395A

Text Example


Text Example

White with #46395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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