Html Css Color HEX #4926E0 Han Purple

📋 copy color: '#4926E0'

red 73 ◦ green 38 ◦ blue 224

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

Shades of Han Purple #4926E0

Tints of Han Purple #4926E0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.34%

 BLUE value IS 224 (87.89% from 255) = 66.87%

R = 21.79%
G = 11.34%
B = 66.87%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4926E0 (or 0x4926E0) is known color: Han Purple. HEX triplet: 49, 26 and E0. RGB value is (73,38,224). Sum of RGB (Red+Green+Blue) = 73+38+224=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #4926E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4926E0 is #B6D91F. Grayscale: #444444. Windows color (decimal): -11983136 or 14689865. OLE color: 14689865.

HSL color Cylindrical-coordinate representation of color #4926E0: hue angle of 251.29º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4926E0 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 38 224 -
CMYK 0.67 0.83 0 0.12
HSL 251.29º 0.75% 0.51% -
HSV(B) 251.29º 0.83% 0.88% -
XYZ 16.9 8.18 71.21 -
YUV 69.67 215.1 130.38 -
System Red Green Blue C M Y K H S L
Decimal 73 38 224 0.67 0.83 0 0.12 251.29 0.75 0.51
Hex 49 26 E0 43 53 0 C FB 4B 33
Octal 111 46 340 103 123 0 14 373 113 63
Binary 1001001 100110 11100000 1000011 1010011 0 1100 11111011 1001011 110011

Color Harmonies of #4926E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4926E0

Black with #4926E0

Text Example


Text Example

White with #4926E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4926E0; }

 p { color: rgb(73,38,224); }

 H1.HeaderClassName
 {
   color: #4926E0;
 }
 .AnyTagClassName
 {
   color: #4926E0;
 }
</style>

background-color css

<style>
 a { background-color: #4926E0; }

 a { background-color: rgb(73,38,224); }

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

border-color css

<style>
 span { border-color: #4926E0; }

 span { border-color: rgb(73,38,224); }

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