Html Css Color HEX #46335B Jagger

📋 copy color: '#46335B'

red 70 ◦ green 51 ◦ blue 91

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

Shades of Jagger #46335B

Tints of Jagger #46335B

RGB

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

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

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

R = 33.02%
G = 24.06%
B = 42.92%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46335B (or 0x46335B) is known color: Jagger. HEX triplet: 46, 33 and 5B. RGB value is (70,51,91). Sum of RGB (Red+Green+Blue) = 70+51+91=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #46335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46335B is #B9CCA4. Grayscale: #3D3D3D. Windows color (decimal): -12176549 or 5976902. OLE color: 5976902.

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

Color convert

RGB 70 51 91 -
CMYK 0.23 0.44 0 0.64
HSL 268.5º 0.28% 0.28% -
HSV(B) 268.5º 0.44% 0.36% -
XYZ 5.6 4.43 10.46 -
YUV 61.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 70 51 91 0.23 0.44 0 0.64 268.5 0.28 0.28
Hex 46 33 5B 17 2C 0 40 10C 1C 1C
Octal 106 63 133 27 54 0 100 414 34 34
Binary 1000110 110011 1011011 10111 101100 0 1000000 100001100 11100 11100

Color Harmonies of #46335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46335B

Black with #46335B

Text Example


Text Example

White with #46335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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