Html Css Color HEX #46355D Jacarta

📋 copy color: '#46355D'

red 70 ◦ green 53 ◦ blue 93

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

Shades of Jacarta #46355D

Tints of Jacarta #46355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 32.41%
G = 24.54%
B = 43.06%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46355D (or 0x46355D) is known color: Jacarta. HEX triplet: 46, 35 and 5D. RGB value is (70,53,93). Sum of RGB (Red+Green+Blue) = 70+53+93=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #46355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46355D is #B9CAA2. Grayscale: #3E3E3E. Windows color (decimal): -12176035 or 6108486. OLE color: 6108486.

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

Color convert

RGB 70 53 93 -
CMYK 0.25 0.43 0 0.64
HSL 265.5º 0.27% 0.29% -
HSV(B) 265.5º 0.43% 0.36% -
XYZ 5.77 4.64 10.95 -
YUV 62.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 70 53 93 0.25 0.43 0 0.64 265.5 0.27 0.29
Hex 46 35 5D 19 2B 0 40 10A 1B 1D
Octal 106 65 135 31 53 0 100 412 33 35
Binary 1000110 110101 1011101 11001 101011 0 1000000 100001010 11011 11101

Color Harmonies of #46355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46355D

Black with #46355D

Text Example


Text Example

White with #46355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46355D;
 }
 .AnyTagClassName
 {
   color: #46355D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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