Html Css Color HEX #4919A3 Blue Gem

📋 copy color: '#4919A3'

red 73 ◦ green 25 ◦ blue 163

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

Shades of Blue Gem #4919A3

Tints of Blue Gem #4919A3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

 BLUE value IS 163 (64.06% from 255) = 62.45%

R = 27.97%
G = 9.58%
B = 62.45%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4919A3 (or 0x4919A3) is known color: Blue Gem. HEX triplet: 49, 19 and A3. RGB value is (73,25,163). Sum of RGB (Red+Green+Blue) = 73+25+163=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #4919A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4919A3 is #B6E65C. Grayscale: #363636. Windows color (decimal): -11986525 or 10688841. OLE color: 10688841.

HSL color Cylindrical-coordinate representation of color #4919A3: hue angle of 260.87º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4919A3 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 25 163 -
CMYK 0.55 0.85 0 0.36
HSL 260.87º 0.73% 0.37% -
HSV(B) 260.87º 0.85% 0.64% -
XYZ 9.71 4.76 35.06 -
YUV 55.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 73 25 163 0.55 0.85 0 0.36 260.87 0.73 0.37
Hex 49 19 A3 37 55 0 24 105 49 25
Octal 111 31 243 67 125 0 44 405 111 45
Binary 1001001 11001 10100011 110111 1010101 0 100100 100000101 1001001 100101

Color Harmonies of #4919A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4919A3

Black with #4919A3

Text Example


Text Example

White with #4919A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4919A3; }

 p { color: rgb(73,25,163); }

 H1.HeaderClassName
 {
   color: #4919A3;
 }
 .AnyTagClassName
 {
   color: #4919A3;
 }
</style>

background-color css

<style>
 a { background-color: #4919A3; }

 a { background-color: rgb(73,25,163); }

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

border-color css

<style>
 span { border-color: #4919A3; }

 span { border-color: rgb(73,25,163); }

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