Html Css Color HEX #4804D6 Han Purple

📋 copy color: '#4804D6'

red 72 ◦ green 4 ◦ blue 214

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

Shades of Han Purple #4804D6

Tints of Han Purple #4804D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.79%

R = 24.83%
G = 1.38%
B = 73.79%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4804D6 (or 0x4804D6) is known color: Han Purple. HEX triplet: 48, 04 and D6. RGB value is (72,4,214). Sum of RGB (Red+Green+Blue) = 72+4+214=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 214 (83.98% from 255 or 73.79% from 290); Max value from RGB is 214 - color contains mainly: blue. Hex color #4804D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804D6 is #B7FB29. Grayscale: #2F2F2F. Windows color (decimal): -12057386 or 14025800. OLE color: 14025800.

HSL color Cylindrical-coordinate representation of color #4804D6: hue angle of 259.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804D6 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 4 214 -
CMYK 0.66 0.98 0 0.16
HSL 259.43º 0.96% 0.43% -
HSV(B) 259.43º 0.98% 0.84% -
XYZ 14.85 6.32 64.06 -
YUV 48.27 221.53 144.92 -
System Red Green Blue C M Y K H S L
Decimal 72 4 214 0.66 0.98 0 0.16 259.43 0.96 0.43
Hex 48 4 D6 42 62 0 10 103 60 2B
Octal 110 4 326 102 142 0 20 403 140 53
Binary 1001000 100 11010110 1000010 1100010 0 10000 100000011 1100000 101011

Color Harmonies of #4804D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4804D6

Black with #4804D6

Text Example


Text Example

White with #4804D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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