Html Css Color HEX #4804BE Purple Heart

📋 copy color: '#4804BE'

red 72 ◦ green 4 ◦ blue 190

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

Shades of Purple Heart #4804BE

Tints of Purple Heart #4804BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.43%

R = 27.07%
G = 1.5%
B = 71.43%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4804BE (or 0x4804BE) is known color: Purple Heart. HEX triplet: 48, 04 and BE. RGB value is (72,4,190). Sum of RGB (Red+Green+Blue) = 72+4+190=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #4804BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804BE is #B7FB41. Grayscale: #2C2C2C. Windows color (decimal): -12057410 or 12452936. OLE color: 12452936.

HSL color Cylindrical-coordinate representation of color #4804BE: hue angle of 261.94º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804BE is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 4 190 -
CMYK 0.62 0.98 0 0.25
HSL 261.94º 0.96% 0.38% -
HSV(B) 261.94º 0.98% 0.75% -
XYZ 12.01 5.18 49.08 -
YUV 45.54 209.53 146.88 -
System Red Green Blue C M Y K H S L
Decimal 72 4 190 0.62 0.98 0 0.25 261.94 0.96 0.38
Hex 48 4 BE 3E 62 0 19 106 60 26
Octal 110 4 276 76 142 0 31 406 140 46
Binary 1001000 100 10111110 111110 1100010 0 11001 100000110 1100000 100110

Color Harmonies of #4804BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4804BE

Black with #4804BE

Text Example


Text Example

White with #4804BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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