#4901E6

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

Shades of Han Purple #4901E6

Tints of Han Purple #4901E6

Color information

#4901E6 (or 0x4901E6) is unknown color: approx Han Purple. HEX triplet: 49, 01 and E6. RGB value is (73,1,230). Sum of RGB (Red+Green+Blue) = 73+1+230=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 230 (90.23% from 255 or 75.66% from 304); Max value from RGB is 230 - color contains mainly: blue. Hex color #4901E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4901E6 is #B6FE19. Grayscale: #2F2F2F. Windows color (decimal): -11992602 or 15073609. OLE color: 15073609.

HSL color Cylindrical-coordinate representation of color #4901E6: hue angle of 258.86º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4901E6 is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB731230-
CMYK0.681.0000.10
HSL258.86º99.13%45.29%-
HSV(B)258.86º99.57%90.2%-
XYZ17.047.1575.35-
YUV48.63230.35145.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 230 (90.23% from 255) = 75.66%
R=24.01%
G=0.33%
B=75.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal7312300.681.0000.10258.8699.1345.29
Hex491E644640A103632d
Octal111134610414401240314355
Binary100100111110011010001001100100010101000000111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4901E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4901E6; }

 p { color: rgb(73,1,230); }

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

<style>
 a { background-color: #4901E6; }

 a { background-color: rgb(73,1,230); }

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

<style>
 span { border-color: #4901E6; }

 span { border-color: rgb(73,1,230); }

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