#46334B

Color #46334B Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #46334B

Tints of Hot Purple #46334B

Color information

#46334B (or 0x46334B) is unknown color: approx Hot Purple. HEX triplet: 46, 33 and 4B. RGB value is (70,51,75). Sum of RGB (Red+Green+Blue) = 70+51+75=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #46334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46334B is #B9CCB4. Grayscale: #3B3B3B. Windows color (decimal): -12176565 or 4928326. OLE color: 4928326.

HSL color Cylindrical-coordinate representation of color #46334B: hue angle of 287.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46334B is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB705175-
CMYK0.070.3200.71
HSL287.5º19.05%24.71%-
HSV(B)287.5º32%29.41%-
XYZ4.984.187.2-
YUV59.42136.79135.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=35.71%
G=26.02%
B=38.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7051750.070.3200.71287.519.0524.71
Hex46334B7200471201319
Octal1066311374001074402331
Binary10001101100111001011111100000010001111001000001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46334B;
 }
 .AnyTagClassName
 {
   color: #46334B;
 }
</style>
background-color css

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

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

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

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

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

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