Html Css Color HEX #4730FC Han Purple

📋 copy color: '#4730FC'

red 71 ◦ green 48 ◦ blue 252

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

Shades of Han Purple #4730FC

Tints of Han Purple #4730FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 19.14%
G = 12.94%
B = 67.92%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4730FC (or 0x4730FC) is known color: Han Purple. HEX triplet: 47, 30 and FC. RGB value is (71,48,252). Sum of RGB (Red+Green+Blue) = 71+48+252=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #4730FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4730FC is #B8CF03. Grayscale: #4D4D4D. Windows color (decimal): -12111620 or 16527431. OLE color: 16527431.

HSL color Cylindrical-coordinate representation of color #4730FC: hue angle of 246.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4730FC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 48 252 -
CMYK 0.72 0.81 0 0.01
HSL 246.76º 0.97% 0.59% -
HSV(B) 246.76º 0.81% 0.99% -
XYZ 21.23 10.48 93 -
YUV 78.13 226.12 122.91 -
System Red Green Blue C M Y K H S L
Decimal 71 48 252 0.72 0.81 0 0.01 246.76 0.97 0.59
Hex 47 30 FC 48 51 0 1 F7 61 3B
Octal 107 60 374 110 121 0 1 367 141 73
Binary 1000111 110000 11111100 1001000 1010001 0 1 11110111 1100001 111011

Color Harmonies of #4730FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4730FC

Black with #4730FC

Text Example


Text Example

White with #4730FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4730FC; }

 p { color: rgb(71,48,252); }

 H1.HeaderClassName
 {
   color: #4730FC;
 }
 .AnyTagClassName
 {
   color: #4730FC;
 }
</style>

background-color css

<style>
 a { background-color: #4730FC; }

 a { background-color: rgb(71,48,252); }

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

border-color css

<style>
 span { border-color: #4730FC; }

 span { border-color: rgb(71,48,252); }

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