Html Css Color HEX #4728FE Han Purple

📋 copy color: '#4728FE'

red 71 ◦ green 40 ◦ blue 254

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

Shades of Han Purple #4728FE

Tints of Han Purple #4728FE

RGB

 RED value IS 71 (28.13% from 255) = 19.45%

 GREEN value IS 40 (16.02% from 255) = 10.96%

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

R = 19.45%
G = 10.96%
B = 69.59%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4728FE (or 0x4728FE) is known color: Han Purple. HEX triplet: 47, 28 and FE. RGB value is (71,40,254). Sum of RGB (Red+Green+Blue) = 71+40+254=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #4728FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4728FE is #B8D701. Grayscale: #484848. Windows color (decimal): -12113666 or 16656455. OLE color: 16656455.

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

Color convert

RGB 71 40 254 -
CMYK 0.72 0.84 0 0.00
HSL 248.69º 0.99% 0.58% -
HSV(B) 248.69º 0.84% 1% -
XYZ 21.25 10.01 94.58 -
YUV 73.67 229.77 126.1 -
System Red Green Blue C M Y K H S L
Decimal 71 40 254 0.72 0.84 0 0.00 248.69 0.99 0.58
Hex 47 28 FE 48 54 0 0 F9 63 3A
Octal 107 50 376 110 124 0 0 371 143 72
Binary 1000111 101000 11111110 1001000 1010100 0 0 11111001 1100011 111010

Color Harmonies of #4728FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4728FE

Black with #4728FE

Text Example


Text Example

White with #4728FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,40,254); }

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

background-color css

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

 a { background-color: rgb(71,40,254); }

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

border-color css

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

 span { border-color: rgb(71,40,254); }

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