Html Css Color HEX #4806DB Han Purple

📋 copy color: '#4806DB'

red 72 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #4806DB

Tints of Han Purple #4806DB

RGB

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

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

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

R = 24.24%
G = 2.02%
B = 73.74%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4806DB (or 0x4806DB) is known color: Han Purple. HEX triplet: 48, 06 and DB. RGB value is (72,6,219). Sum of RGB (Red+Green+Blue) = 72+6+219=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #4806DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4806DB is #B7F924. Grayscale: #313131. Windows color (decimal): -12056869 or 14353992. OLE color: 14353992.

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

Color convert

RGB 72 6 219 -
CMYK 0.67 0.97 0 0.14
HSL 258.59º 0.95% 0.44% -
HSV(B) 258.59º 0.97% 0.86% -
XYZ 15.52 6.62 67.48 -
YUV 50.02 223.37 143.68 -
System Red Green Blue C M Y K H S L
Decimal 72 6 219 0.67 0.97 0 0.14 258.59 0.95 0.44
Hex 48 6 DB 43 61 0 E 103 5F 2C
Octal 110 6 333 103 141 0 16 403 137 54
Binary 1001000 110 11011011 1000011 1100001 0 1110 100000011 1011111 101100

Color Harmonies of #4806DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4806DB

Black with #4806DB

Text Example


Text Example

White with #4806DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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