Html Css Color HEX #4900EB Han Purple

📋 copy color: '#4900EB'

red 73 ◦ green 0 ◦ blue 235

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

Shades of Han Purple #4900EB

Tints of Han Purple #4900EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 76.3%

R = 23.7%
G = 0%
B = 76.3%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4900EB (or 0x4900EB) is known color: Han Purple. HEX triplet: 49, 00 and EB. RGB value is (73,0,235). Sum of RGB (Red+Green+Blue) = 73+0+235=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #4900EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4900EB is #B6FF14. Grayscale: #2F2F2F. Windows color (decimal): -11992853 or 15401033. OLE color: 15401033.

HSL color Cylindrical-coordinate representation of color #4900EB: hue angle of 258.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900EB is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 0 235 -
CMYK 0.69 1 0 0.08
HSL 258.64º 1% 0.46% -
HSV(B) 258.64º 1% 0.92% -
XYZ 17.74 7.41 79.09 -
YUV 48.62 233.18 145.39 -
System Red Green Blue C M Y K H S L
Decimal 73 0 235 0.69 1 0 0.08 258.64 1 0.46
Hex 49 0 EB 45 64 0 8 103 64 2E
Octal 111 0 353 105 144 0 10 403 144 56
Binary 1001001 0 11101011 1000101 1100100 0 1000 100000011 1100100 101110

Color Harmonies of #4900EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900EB

Black with #4900EB

Text Example


Text Example

White with #4900EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4900EB; }

 p { color: rgb(73,0,235); }

 H1.HeaderClassName
 {
   color: #4900EB;
 }
 .AnyTagClassName
 {
   color: #4900EB;
 }
</style>

background-color css

<style>
 a { background-color: #4900EB; }

 a { background-color: rgb(73,0,235); }

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

border-color css

<style>
 span { border-color: #4900EB; }

 span { border-color: rgb(73,0,235); }

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