Html Css Color HEX #4706FB Han Purple

📋 copy color: '#4706FB'

red 71 ◦ green 6 ◦ blue 251

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

Shades of Han Purple #4706FB

Tints of Han Purple #4706FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 251 (98.44% from 255) = 76.52%

R = 21.65%
G = 1.83%
B = 76.52%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4706FB (or 0x4706FB) is known color: Han Purple. HEX triplet: 47, 06 and FB. RGB value is (71,6,251). Sum of RGB (Red+Green+Blue) = 71+6+251=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #4706FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4706FB is #B8F904. Grayscale: #343434. Windows color (decimal): -12122373 or 16451143. OLE color: 16451143.

HSL color Cylindrical-coordinate representation of color #4706FB: hue angle of 255.92º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4706FB is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 6 251 -
CMYK 0.72 0.98 0 0.02
HSL 255.92º 0.97% 0.5% -
HSV(B) 255.92º 0.98% 0.98% -
XYZ 20.08 8.43 91.84 -
YUV 53.37 239.53 140.58 -
System Red Green Blue C M Y K H S L
Decimal 71 6 251 0.72 0.98 0 0.02 255.92 0.97 0.5
Hex 47 6 FB 48 62 0 2 100 61 32
Octal 107 6 373 110 142 0 2 400 141 62
Binary 1000111 110 11111011 1001000 1100010 0 10 100000000 1100001 110010

Color Harmonies of #4706FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4706FB

Black with #4706FB

Text Example


Text Example

White with #4706FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4706FB; }

 p { color: rgb(71,6,251); }

 H1.HeaderClassName
 {
   color: #4706FB;
 }
 .AnyTagClassName
 {
   color: #4706FB;
 }
</style>

background-color css

<style>
 a { background-color: #4706FB; }

 a { background-color: rgb(71,6,251); }

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

border-color css

<style>
 span { border-color: #4706FB; }

 span { border-color: rgb(71,6,251); }

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