#492D4B

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

Shades of Hot Purple #492D4B

Tints of Hot Purple #492D4B

Color information

#492D4B (or 0x492D4B) is unknown color: approx Hot Purple. HEX triplet: 49, 2D and 4B. RGB value is (73,45,75). Sum of RGB (Red+Green+Blue) = 73+45+75=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 45 (17.97% from 255 or 23.32% 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 #492D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D4B is #B6D2B4. Grayscale: #383838. Windows color (decimal): -11981493 or 4926793. OLE color: 4926793.

HSL color Cylindrical-coordinate representation of color #492D4B: hue angle of 296º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492D4B is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB734575-
CMYK0.030.4000.71
HSL296º25%23.53%-
HSV(B)296º40%29.41%-
XYZ4.963.87.13-
YUV56.79138.28139.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=37.82%
G=23.32%
B=38.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7345750.030.4000.712962523.53
Hex492D4B3280471281918
Octal1115511335001074503130
Binary1001001101101100101111101000010001111001010001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492D4B; }

 p { color: rgb(73,45,75); }

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

<style>
 a { background-color: #492D4B; }

 a { background-color: rgb(73,45,75); }

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

<style>
 span { border-color: #492D4B; }

 span { border-color: rgb(73,45,75); }

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