Html Css Color HEX #4730DB Han Purple

📋 copy color: '#4730DB'

red 71 ◦ green 48 ◦ blue 219

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

Shades of Han Purple #4730DB

Tints of Han Purple #4730DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 21.01%
G = 14.2%
B = 64.79%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4730DB (or 0x4730DB) is known color: Han Purple. HEX triplet: 47, 30 and DB. RGB value is (71,48,219). Sum of RGB (Red+Green+Blue) = 71+48+219=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #4730DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730DB is #B8CF24. Grayscale: #494949. Windows color (decimal): -12111653 or 14364743. OLE color: 14364743.

HSL color Cylindrical-coordinate representation of color #4730DB: hue angle of 248.07º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4730DB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 48 219 -
CMYK 0.68 0.78 0 0.14
HSL 248.07º 0.7% 0.52% -
HSV(B) 248.07º 0.78% 0.86% -
XYZ 16.44 8.57 67.81 -
YUV 74.37 209.62 125.6 -
System Red Green Blue C M Y K H S L
Decimal 71 48 219 0.68 0.78 0 0.14 248.07 0.7 0.52
Hex 47 30 DB 44 4E 0 E F8 46 34
Octal 107 60 333 104 116 0 16 370 106 64
Binary 1000111 110000 11011011 1000100 1001110 0 1110 11111000 1000110 110100

Color Harmonies of #4730DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4730DB

Black with #4730DB

Text Example


Text Example

White with #4730DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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