Html Css Color HEX #4804CF Han Purple

📋 copy color: '#4804CF'

red 72 ◦ green 4 ◦ blue 207

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

Shades of Han Purple #4804CF

Tints of Han Purple #4804CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 25.44%
G = 1.41%
B = 73.14%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4804CF (or 0x4804CF) is known color: Han Purple. HEX triplet: 48, 04 and CF. RGB value is (72,4,207). Sum of RGB (Red+Green+Blue) = 72+4+207=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #4804CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804CF is #B7FB30. Grayscale: #2E2E2E. Windows color (decimal): -12057393 or 13567048. OLE color: 13567048.

HSL color Cylindrical-coordinate representation of color #4804CF: hue angle of 260.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804CF is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 4 207 -
CMYK 0.65 0.98 0 0.19
HSL 260.1º 0.96% 0.41% -
HSV(B) 260.1º 0.98% 0.81% -
XYZ 13.98 5.97 59.45 -
YUV 47.47 218.03 145.49 -
System Red Green Blue C M Y K H S L
Decimal 72 4 207 0.65 0.98 0 0.19 260.1 0.96 0.41
Hex 48 4 CF 41 62 0 13 104 60 29
Octal 110 4 317 101 142 0 23 404 140 51
Binary 1001000 100 11001111 1000001 1100010 0 10011 100000100 1100000 101001

Color Harmonies of #4804CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4804CF

Black with #4804CF

Text Example


Text Example

White with #4804CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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