Html Css Color HEX #46325B Jagger

📋 copy color: '#46325B'

red 70 ◦ green 50 ◦ blue 91

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

Shades of Jagger #46325B

Tints of Jagger #46325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 33.18%
G = 23.7%
B = 43.13%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46325B (or 0x46325B) is known color: Jagger. HEX triplet: 46, 32 and 5B. RGB value is (70,50,91). Sum of RGB (Red+Green+Blue) = 70+50+91=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #46325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46325B is #B9CDA4. Grayscale: #3C3C3C. Windows color (decimal): -12176805 or 5976646. OLE color: 5976646.

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

Color convert

RGB 70 50 91 -
CMYK 0.23 0.45 0 0.64
HSL 269.27º 0.29% 0.28% -
HSV(B) 269.27º 0.45% 0.36% -
XYZ 5.55 4.34 10.44 -
YUV 60.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 70 50 91 0.23 0.45 0 0.64 269.27 0.29 0.28
Hex 46 32 5B 17 2D 0 40 10D 1D 1C
Octal 106 62 133 27 55 0 100 415 35 34
Binary 1000110 110010 1011011 10111 101101 0 1000000 100001101 11101 11100

Color Harmonies of #46325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46325B

Black with #46325B

Text Example


Text Example

White with #46325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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