#4806E2

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

Shades of Han Purple #4806E2

Tints of Han Purple #4806E2

Color information

#4806E2 (or 0x4806E2) is unknown color: approx Han Purple. HEX triplet: 48, 06 and E2. RGB value is (72,6,226). Sum of RGB (Red+Green+Blue) = 72+6+226=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 226 (88.67% from 255 or 74.34% from 304); Max value from RGB is 226 - color contains mainly: blue. Hex color #4806E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4806E2 is #B7F91D. Grayscale: #323232. Windows color (decimal): -12056862 or 14812744. OLE color: 14812744.

HSL color Cylindrical-coordinate representation of color #4806E2: hue angle of 258º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4806E2 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB726226-
CMYK0.680.9700.11
HSL258º94.83%45.49%-
HSV(B)258º97.35%88.63%-
XYZ16.47772.43-
YUV50.81226.87143.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 226 (88.67% from 255) = 74.34%
R=23.68%
G=1.97%
B=74.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7262260.680.9700.1125894.8345.49
Hex486E244610B1025f2d
Octal110634210414101340213755
Binary10010001101110001010001001100001010111000000101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4806E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4806E2; }

 p { color: rgb(72,6,226); }

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

<style>
 a { background-color: #4806E2; }

 a { background-color: rgb(72,6,226); }

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

<style>
 span { border-color: #4806E2; }

 span { border-color: rgb(72,6,226); }

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