Html Css Color HEX #4901EC Han Purple

📋 copy color: '#4901EC'

red 73 ◦ green 1 ◦ blue 236

#4901EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4901EC

Tints of Han Purple #4901EC

RGB

 RED value IS 73 (28.91% from 255) = 23.55%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 236 (92.58% from 255) = 76.13%

R = 23.55%
G = 0.32%
B = 76.13%

CMYK

 C value IS 0.69

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4901EC (or 0x4901EC) is known color: Han Purple. HEX triplet: 49, 01 and EC. RGB value is (73,1,236). Sum of RGB (Red+Green+Blue) = 73+1+236=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #4901EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4901EC is #B6FE13. Grayscale: #303030. Windows color (decimal): -11992596 or 15466825. OLE color: 15466825.

HSL color Cylindrical-coordinate representation of color #4901EC: hue angle of 258.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4901EC is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 1 236 -
CMYK 0.69 1.00 0 0.07
HSL 258.38º 0.99% 0.46% -
HSV(B) 258.38º 1% 0.93% -
XYZ 17.9 7.49 79.86 -
YUV 49.32 233.35 144.89 -
System Red Green Blue C M Y K H S L
Decimal 73 1 236 0.69 1.00 0 0.07 258.38 0.99 0.46
Hex 49 1 EC 45 64 0 7 102 63 2E
Octal 111 1 354 105 144 0 7 402 143 56
Binary 1001001 1 11101100 1000101 1100100 0 111 100000010 1100011 101110

Color Harmonies of #4901EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4901EC

Black with #4901EC

Text Example


Text Example

White with #4901EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4901EC;
 }
 .AnyTagClassName
 {
   color: #4901EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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