#4906DE

Color #4906DE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4906DE

Tints of Han Purple #4906DE

Color information

#4906DE (or 0x4906DE) is unknown color: approx Han Purple. HEX triplet: 49, 06 and DE. RGB value is (73,6,222). Sum of RGB (Red+Green+Blue) = 73+6+222=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #4906DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4906DE is #B6F921. Grayscale: #313131. Windows color (decimal): -11991330 or 14550601. OLE color: 14550601.

HSL color Cylindrical-coordinate representation of color #4906DE: hue angle of 258.61º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4906DE is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB736222-
CMYK0.670.9700.13
HSL258.61º94.74%44.71%-
HSV(B)258.61º97.3%87.06%-
XYZ166.8269.58-
YUV50.66224.7143.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 222 (87.11% from 255) = 73.75%
R=24.25%
G=1.99%
B=73.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7362220.670.9700.13258.6194.7444.71
Hex496DE43610D1035f2d
Octal111633610314101540313755
Binary10010011101101111010000111100001011011000000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4906DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4906DE; }

 p { color: rgb(73,6,222); }

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

<style>
 a { background-color: #4906DE; }

 a { background-color: rgb(73,6,222); }

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

<style>
 span { border-color: #4906DE; }

 span { border-color: rgb(73,6,222); }

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