Html Css Color HEX #472199 Blue Gem

📋 copy color: '#472199'

red 71 ◦ green 33 ◦ blue 153

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

Shades of Blue Gem #472199

Tints of Blue Gem #472199

RGB

 RED value IS 71 (28.13% from 255) = 27.63%

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 27.63%
G = 12.84%
B = 59.53%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#472199 (or 0x472199) is known color: Blue Gem. HEX triplet: 47, 21 and 99. RGB value is (71,33,153). Sum of RGB (Red+Green+Blue) = 71+33+153=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #472199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472199 is #B8DE66. Grayscale: #393939. Windows color (decimal): -12115559 or 10035527. OLE color: 10035527.

HSL color Cylindrical-coordinate representation of color #472199: hue angle of 259º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472199 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 33 153 -
CMYK 0.54 0.78 0 0.4
HSL 259º 0.65% 0.36% -
HSV(B) 259º 0.78% 0.6% -
XYZ 8.89 4.73 30.58 -
YUV 58.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 71 33 153 0.54 0.78 0 0.4 259 0.65 0.36
Hex 47 21 99 36 4E 0 28 103 41 24
Octal 107 41 231 66 116 0 50 403 101 44
Binary 1000111 100001 10011001 110110 1001110 0 101000 100000011 1000001 100100

Color Harmonies of #472199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472199

Black with #472199

Text Example


Text Example

White with #472199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472199; }

 p { color: rgb(71,33,153); }

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

background-color css

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

 a { background-color: rgb(71,33,153); }

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

border-color css

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

 span { border-color: rgb(71,33,153); }

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