Html Css Color HEX #4804BF Purple Heart

📋 copy color: '#4804BF'

red 72 ◦ green 4 ◦ blue 191

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

Shades of Purple Heart #4804BF

Tints of Purple Heart #4804BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.54%

R = 26.97%
G = 1.5%
B = 71.54%

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

#4804BF (or 0x4804BF) is known color: Purple Heart. HEX triplet: 48, 04 and BF. RGB value is (72,4,191). Sum of RGB (Red+Green+Blue) = 72+4+191=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #4804BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804BF is #B7FB40. Grayscale: #2C2C2C. Windows color (decimal): -12057409 or 12518472. OLE color: 12518472.

HSL color Cylindrical-coordinate representation of color #4804BF: hue angle of 261.82º 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 #4804BF is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 4 191 -
CMYK 0.62 0.98 0 0.25
HSL 261.82º 0.96% 0.38% -
HSV(B) 261.82º 0.98% 0.75% -
XYZ 12.12 5.23 49.66 -
YUV 45.65 210.03 146.79 -
System Red Green Blue C M Y K H S L
Decimal 72 4 191 0.62 0.98 0 0.25 261.82 0.96 0.38
Hex 48 4 BF 3E 62 0 19 106 60 26
Octal 110 4 277 76 142 0 31 406 140 46
Binary 1001000 100 10111111 111110 1100010 0 11001 100000110 1100000 100110

Color Harmonies of #4804BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4804BF

Black with #4804BF

Text Example


Text Example

White with #4804BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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