Html Css Color HEX #4906ED Han Purple

📋 copy color: '#4906ED'

red 73 ◦ green 6 ◦ blue 237

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

Shades of Han Purple #4906ED

Tints of Han Purple #4906ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 237 (92.97% from 255) = 75%

R = 23.1%
G = 1.9%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4906ED (or 0x4906ED) is known color: Han Purple. HEX triplet: 49, 06 and ED. RGB value is (73,6,237). Sum of RGB (Red+Green+Blue) = 73+6+237=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #4906ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4906ED is #B6F912. Grayscale: #333333. Windows color (decimal): -11991315 or 15533641. OLE color: 15533641.

HSL color Cylindrical-coordinate representation of color #4906ED: hue angle of 257.4º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4906ED is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 6 237 -
CMYK 0.69 0.97 0 0.07
HSL 257.4º 0.95% 0.48% -
HSV(B) 257.4º 0.97% 0.93% -
XYZ 18.1 7.66 80.65 -
YUV 52.37 232.2 142.72 -
System Red Green Blue C M Y K H S L
Decimal 73 6 237 0.69 0.97 0 0.07 257.4 0.95 0.48
Hex 49 6 ED 45 61 0 7 101 5F 30
Octal 111 6 355 105 141 0 7 401 137 60
Binary 1001001 110 11101101 1000101 1100001 0 111 100000001 1011111 110000

Color Harmonies of #4906ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4906ED

Black with #4906ED

Text Example


Text Example

White with #4906ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4906ED;
 }
 .AnyTagClassName
 {
   color: #4906ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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