Html Css Color HEX #4804DB Han Purple

📋 copy color: '#4804DB'

red 72 ◦ green 4 ◦ blue 219

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

Shades of Han Purple #4804DB

Tints of Han Purple #4804DB

RGB

 RED value IS 72 (28.52% from 255) = 24.41%

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 24.41%
G = 1.36%
B = 74.24%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4804DB (or 0x4804DB) is known color: Han Purple. HEX triplet: 48, 04 and DB. RGB value is (72,4,219). Sum of RGB (Red+Green+Blue) = 72+4+219=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #4804DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804DB is #B7FB24. Grayscale: #303030. Windows color (decimal): -12057381 or 14353480. OLE color: 14353480.

HSL color Cylindrical-coordinate representation of color #4804DB: hue angle of 258.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804DB is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 4 219 -
CMYK 0.67 0.98 0 0.14
HSL 258.98º 0.96% 0.44% -
HSV(B) 258.98º 0.98% 0.86% -
XYZ 15.5 6.58 67.47 -
YUV 48.84 224.03 144.52 -
System Red Green Blue C M Y K H S L
Decimal 72 4 219 0.67 0.98 0 0.14 258.98 0.96 0.44
Hex 48 4 DB 43 62 0 E 103 60 2C
Octal 110 4 333 103 142 0 16 403 140 54
Binary 1001000 100 11011011 1000011 1100010 0 1110 100000011 1100000 101100

Color Harmonies of #4804DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4804DB

Black with #4804DB

Text Example


Text Example

White with #4804DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,4,219); }

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

background-color css

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

 a { background-color: rgb(72,4,219); }

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

border-color css

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

 span { border-color: rgb(72,4,219); }

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