Html Css Color HEX #4904BC Purple Heart

📋 copy color: '#4904BC'

red 73 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #4904BC

Tints of Purple Heart #4904BC

RGB

 RED value IS 73 (28.91% from 255) = 27.55%

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

 BLUE value IS 188 (73.83% from 255) = 70.94%

R = 27.55%
G = 1.51%
B = 70.94%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4904BC (or 0x4904BC) is known color: Purple Heart. HEX triplet: 49, 04 and BC. RGB value is (73,4,188). Sum of RGB (Red+Green+Blue) = 73+4+188=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #4904BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4904BC is #B6FB43. Grayscale: #2C2C2C. Windows color (decimal): -11991876 or 12321865. OLE color: 12321865.

HSL color Cylindrical-coordinate representation of color #4904BC: hue angle of 262.5º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4904BC is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 4 188 -
CMYK 0.61 0.98 0 0.26
HSL 262.5º 0.96% 0.38% -
HSV(B) 262.5º 0.98% 0.74% -
XYZ 11.87 5.13 47.94 -
YUV 45.61 208.36 147.54 -
System Red Green Blue C M Y K H S L
Decimal 73 4 188 0.61 0.98 0 0.26 262.5 0.96 0.38
Hex 49 4 BC 3D 62 0 1A 106 60 26
Octal 111 4 274 75 142 0 32 406 140 46
Binary 1001001 100 10111100 111101 1100010 0 11010 100000110 1100000 100110

Color Harmonies of #4904BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4904BC

Black with #4904BC

Text Example


Text Example

White with #4904BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4904BC; }

 p { color: rgb(73,4,188); }

 H1.HeaderClassName
 {
   color: #4904BC;
 }
 .AnyTagClassName
 {
   color: #4904BC;
 }
</style>

background-color css

<style>
 a { background-color: #4904BC; }

 a { background-color: rgb(73,4,188); }

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

border-color css

<style>
 span { border-color: #4904BC; }

 span { border-color: rgb(73,4,188); }

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