Html Css Color HEX #472095 Blue Gem

📋 copy color: '#472095'

red 71 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #472095

Tints of Blue Gem #472095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 28.17%
G = 12.7%
B = 59.13%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472095 (or 0x472095) is known color: Blue Gem. HEX triplet: 47, 20 and 95. RGB value is (71,32,149). Sum of RGB (Red+Green+Blue) = 71+32+149=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #472095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472095 is #B8DF6A. Grayscale: #383838. Windows color (decimal): -12115819 or 9773127. OLE color: 9773127.

HSL color Cylindrical-coordinate representation of color #472095: hue angle of 260º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472095 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 32 149 -
CMYK 0.52 0.79 0 0.42
HSL 260º 0.65% 0.35% -
HSV(B) 260º 0.79% 0.58% -
XYZ 8.54 4.54 28.86 -
YUV 57 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 71 32 149 0.52 0.79 0 0.42 260 0.65 0.35
Hex 47 20 95 34 4F 0 2A 104 41 23
Octal 107 40 225 64 117 0 52 404 101 43
Binary 1000111 100000 10010101 110100 1001111 0 101010 100000100 1000001 100011

Color Harmonies of #472095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472095

Black with #472095

Text Example


Text Example

White with #472095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472095; }

 p { color: rgb(71,32,149); }

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

background-color css

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

 a { background-color: rgb(71,32,149); }

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

border-color css

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

 span { border-color: rgb(71,32,149); }

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