#46304B

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

Shades of Hot Purple #46304B

Tints of Hot Purple #46304B

Color information

#46304B (or 0x46304B) is unknown color: approx Hot Purple. HEX triplet: 46, 30 and 4B. RGB value is (70,48,75). Sum of RGB (Red+Green+Blue) = 70+48+75=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #46304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46304B is #B9CFB4. Grayscale: #393939. Windows color (decimal): -12177333 or 4927558. OLE color: 4927558.

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

Color convert

RGB704875-
CMYK0.070.3600.71
HSL288.89º21.95%24.12%-
HSV(B)288.89º36%29.41%-
XYZ4.853.927.16-
YUV57.66137.79136.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=36.27%
G=24.87%
B=38.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7048750.070.3600.71288.8921.9524.12
Hex46304B7240471211618
Octal1066011374401074412630
Binary10001101100001001011111100100010001111001000011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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