Html Css Color HEX #473199 Blue Gem

📋 copy color: '#473199'

red 71 ◦ green 49 ◦ blue 153

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

Shades of Blue Gem #473199

Tints of Blue Gem #473199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

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

R = 26.01%
G = 17.95%
B = 56.04%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#473199 (or 0x473199) is known color: Blue Gem. HEX triplet: 47, 31 and 99. RGB value is (71,49,153). Sum of RGB (Red+Green+Blue) = 71+49+153=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #473199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473199 is #B8CE66. Grayscale: #434343. Windows color (decimal): -12111463 or 10039623. OLE color: 10039623.

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

Color convert

RGB 71 49 153 -
CMYK 0.54 0.68 0 0.4
HSL 252.69º 0.51% 0.4% -
HSV(B) 252.69º 0.68% 0.6% -
XYZ 9.45 5.84 30.77 -
YUV 67.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 71 49 153 0.54 0.68 0 0.4 252.69 0.51 0.4
Hex 47 31 99 36 44 0 28 FD 33 28
Octal 107 61 231 66 104 0 50 375 63 50
Binary 1000111 110001 10011001 110110 1000100 0 101000 11111101 110011 101000

Color Harmonies of #473199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473199

Black with #473199

Text Example


Text Example

White with #473199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473199; }

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

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

background-color css

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

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

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

border-color css

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

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

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