Html Css Color HEX #4930FE Han Purple

📋 copy color: '#4930FE'

red 73 ◦ green 48 ◦ blue 254

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

Shades of Han Purple #4930FE

Tints of Han Purple #4930FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.8%

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 19.47%
G = 12.8%
B = 67.73%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4930FE (or 0x4930FE) is known color: Han Purple. HEX triplet: 49, 30 and FE. RGB value is (73,48,254). Sum of RGB (Red+Green+Blue) = 73+48+254=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #4930FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4930FE is #B6CF01. Grayscale: #4E4E4E. Windows color (decimal): -11980546 or 16658505. OLE color: 16658505.

HSL color Cylindrical-coordinate representation of color #4930FE: hue angle of 247.28º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4930FE is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 48 254 -
CMYK 0.71 0.81 0 0.00
HSL 247.28º 0.99% 0.59% -
HSV(B) 247.28º 0.81% 1% -
XYZ 21.69 10.69 94.69 -
YUV 78.96 226.78 123.75 -
System Red Green Blue C M Y K H S L
Decimal 73 48 254 0.71 0.81 0 0.00 247.28 0.99 0.59
Hex 49 30 FE 47 51 0 0 F7 63 3B
Octal 111 60 376 107 121 0 0 367 143 73
Binary 1001001 110000 11111110 1000111 1010001 0 0 11110111 1100011 111011

Color Harmonies of #4930FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4930FE

Black with #4930FE

Text Example


Text Example

White with #4930FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4930FE; }

 p { color: rgb(73,48,254); }

 H1.HeaderClassName
 {
   color: #4930FE;
 }
 .AnyTagClassName
 {
   color: #4930FE;
 }
</style>

background-color css

<style>
 a { background-color: #4930FE; }

 a { background-color: rgb(73,48,254); }

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

border-color css

<style>
 span { border-color: #4930FE; }

 span { border-color: rgb(73,48,254); }

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