Html Css Color HEX #46325C Jagger

📋 copy color: '#46325C'

red 70 ◦ green 50 ◦ blue 92

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

Shades of Jagger #46325C

Tints of Jagger #46325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

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

R = 33.02%
G = 23.58%
B = 43.4%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46325C (or 0x46325C) is known color: Jagger. HEX triplet: 46, 32 and 5C. RGB value is (70,50,92). Sum of RGB (Red+Green+Blue) = 70+50+92=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #46325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46325C is #B9CDA3. Grayscale: #3C3C3C. Windows color (decimal): -12176804 or 6042182. OLE color: 6042182.

HSL color Cylindrical-coordinate representation of color #46325C: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46325C is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 50 92 -
CMYK 0.24 0.46 0 0.64
HSL 268.57º 0.3% 0.28% -
HSV(B) 268.57º 0.46% 0.36% -
XYZ 5.6 4.36 10.67 -
YUV 60.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 70 50 92 0.24 0.46 0 0.64 268.57 0.3 0.28
Hex 46 32 5C 18 2E 0 40 10D 1E 1C
Octal 106 62 134 30 56 0 100 415 36 34
Binary 1000110 110010 1011100 11000 101110 0 1000000 100001101 11110 11100

Color Harmonies of #46325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46325C

Black with #46325C

Text Example


Text Example

White with #46325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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