Html Css Color HEX #46335C Jacarta

📋 copy color: '#46335C'

red 70 ◦ green 51 ◦ blue 92

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

Shades of Jacarta #46335C

Tints of Jacarta #46335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.19%

R = 32.86%
G = 23.94%
B = 43.19%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46335C (or 0x46335C) is known color: Jacarta. HEX triplet: 46, 33 and 5C. RGB value is (70,51,92). Sum of RGB (Red+Green+Blue) = 70+51+92=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #46335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46335C is #B9CCA3. Grayscale: #3D3D3D. Windows color (decimal): -12176548 or 6042438. OLE color: 6042438.

HSL color Cylindrical-coordinate representation of color #46335C: hue angle of 267.8º 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 #46335C is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 51 92 -
CMYK 0.24 0.45 0 0.64
HSL 267.8º 0.29% 0.28% -
HSV(B) 267.8º 0.45% 0.36% -
XYZ 5.64 4.44 10.69 -
YUV 61.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 70 51 92 0.24 0.45 0 0.64 267.8 0.29 0.28
Hex 46 33 5C 18 2D 0 40 10C 1D 1C
Octal 106 63 134 30 55 0 100 414 35 34
Binary 1000110 110011 1011100 11000 101101 0 1000000 100001100 11101 11100

Color Harmonies of #46335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46335C

Black with #46335C

Text Example


Text Example

White with #46335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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