Html Css Color HEX #4901DB Han Purple

📋 copy color: '#4901DB'

red 73 ◦ green 1 ◦ blue 219

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

Shades of Han Purple #4901DB

Tints of Han Purple #4901DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 24.91%
G = 0.34%
B = 74.74%

CMYK

 C value IS 0.67

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4901DB (or 0x4901DB) is known color: Han Purple. HEX triplet: 49, 01 and DB. RGB value is (73,1,219). Sum of RGB (Red+Green+Blue) = 73+1+219=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #4901DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4901DB is #B6FE24. Grayscale: #2E2E2E. Windows color (decimal): -11992613 or 14352713. OLE color: 14352713.

HSL color Cylindrical-coordinate representation of color #4901DB: hue angle of 259.82º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4901DB is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 1 219 -
CMYK 0.67 1.00 0 0.14
HSL 259.82º 0.99% 0.43% -
HSV(B) 259.82º 1% 0.86% -
XYZ 15.54 6.55 67.46 -
YUV 47.38 224.85 146.27 -
System Red Green Blue C M Y K H S L
Decimal 73 1 219 0.67 1.00 0 0.14 259.82 0.99 0.43
Hex 49 1 DB 43 64 0 E 104 63 2B
Octal 111 1 333 103 144 0 16 404 143 53
Binary 1001001 1 11011011 1000011 1100100 0 1110 100000100 1100011 101011

Color Harmonies of #4901DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4901DB

Black with #4901DB

Text Example


Text Example

White with #4901DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,1,219); }

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

background-color css

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

 a { background-color: rgb(73,1,219); }

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

border-color css

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

 span { border-color: rgb(73,1,219); }

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