Html Css Color HEX #472998 Blue Gem

📋 copy color: '#472998'

red 71 ◦ green 41 ◦ blue 152

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

Shades of Blue Gem #472998

Tints of Blue Gem #472998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 26.89%
G = 15.53%
B = 57.58%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#472998 (or 0x472998) is known color: Blue Gem. HEX triplet: 47, 29 and 98. RGB value is (71,41,152). Sum of RGB (Red+Green+Blue) = 71+41+152=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #472998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472998 is #B8D667. Grayscale: #3E3E3E. Windows color (decimal): -12113512 or 9972039. OLE color: 9972039.

HSL color Cylindrical-coordinate representation of color #472998: hue angle of 256.22º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472998 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 41 152 -
CMYK 0.53 0.73 0 0.40
HSL 256.22º 0.58% 0.38% -
HSV(B) 256.22º 0.73% 0.6% -
XYZ 9.06 5.19 30.23 -
YUV 62.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 71 41 152 0.53 0.73 0 0.40 256.22 0.58 0.38
Hex 47 29 98 35 49 0 28 100 3A 26
Octal 107 51 230 65 111 0 50 400 72 46
Binary 1000111 101001 10011000 110101 1001001 0 101000 100000000 111010 100110

Color Harmonies of #472998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472998

Black with #472998

Text Example


Text Example

White with #472998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472998; }

 p { color: rgb(71,41,152); }

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

background-color css

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

 a { background-color: rgb(71,41,152); }

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

border-color css

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

 span { border-color: rgb(71,41,152); }

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