Html Css Color HEX #46335D Jacarta

📋 copy color: '#46335D'

red 70 ◦ green 51 ◦ blue 93

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

Shades of Jacarta #46335D

Tints of Jacarta #46335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

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

R = 32.71%
G = 23.83%
B = 43.46%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46335D (or 0x46335D) is known color: Jacarta. HEX triplet: 46, 33 and 5D. RGB value is (70,51,93). Sum of RGB (Red+Green+Blue) = 70+51+93=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #46335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46335D is #B9CCA2. Grayscale: #3D3D3D. Windows color (decimal): -12176547 or 6107974. OLE color: 6107974.

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

Color convert

RGB 70 51 93 -
CMYK 0.25 0.45 0 0.64
HSL 267.14º 0.29% 0.28% -
HSV(B) 267.14º 0.45% 0.36% -
XYZ 5.69 4.46 10.92 -
YUV 61.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 70 51 93 0.25 0.45 0 0.64 267.14 0.29 0.28
Hex 46 33 5D 19 2D 0 40 10B 1D 1C
Octal 106 63 135 31 55 0 100 413 35 34
Binary 1000110 110011 1011101 11001 101101 0 1000000 100001011 11101 11100

Color Harmonies of #46335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46335D

Black with #46335D

Text Example


Text Example

White with #46335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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