Html Css Color HEX #4804BB Purple Heart

📋 copy color: '#4804BB'

red 72 ◦ green 4 ◦ blue 187

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

Shades of Purple Heart #4804BB

Tints of Purple Heart #4804BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.1%

R = 27.38%
G = 1.52%
B = 71.1%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4804BB (or 0x4804BB) is known color: Purple Heart. HEX triplet: 48, 04 and BB. RGB value is (72,4,187). Sum of RGB (Red+Green+Blue) = 72+4+187=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #4804BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804BB is #B7FB44. Grayscale: #2C2C2C. Windows color (decimal): -12057413 or 12256328. OLE color: 12256328.

HSL color Cylindrical-coordinate representation of color #4804BB: hue angle of 262.3º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804BB is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 4 187 -
CMYK 0.61 0.98 0 0.27
HSL 262.3º 0.96% 0.37% -
HSV(B) 262.3º 0.98% 0.73% -
XYZ 11.69 5.05 47.37 -
YUV 45.19 208.03 147.12 -
System Red Green Blue C M Y K H S L
Decimal 72 4 187 0.61 0.98 0 0.27 262.3 0.96 0.37
Hex 48 4 BB 3D 62 0 1B 106 60 25
Octal 110 4 273 75 142 0 33 406 140 45
Binary 1001000 100 10111011 111101 1100010 0 11011 100000110 1100000 100101

Color Harmonies of #4804BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4804BB

Black with #4804BB

Text Example


Text Example

White with #4804BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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