Html Css Color HEX #472295 Blue Gem

📋 copy color: '#472295'

red 71 ◦ green 34 ◦ blue 149

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

Shades of Blue Gem #472295

Tints of Blue Gem #472295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.39%

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

R = 27.95%
G = 13.39%
B = 58.66%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472295 (or 0x472295) is known color: Blue Gem. HEX triplet: 47, 22 and 95. RGB value is (71,34,149). Sum of RGB (Red+Green+Blue) = 71+34+149=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #472295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472295 is #B8DD6A. Grayscale: #393939. Windows color (decimal): -12115307 or 9773639. OLE color: 9773639.

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

Color convert

RGB 71 34 149 -
CMYK 0.52 0.77 0 0.42
HSL 259.3º 0.63% 0.36% -
HSV(B) 259.3º 0.77% 0.58% -
XYZ 8.6 4.65 28.88 -
YUV 58.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 71 34 149 0.52 0.77 0 0.42 259.3 0.63 0.36
Hex 47 22 95 34 4D 0 2A 103 3F 24
Octal 107 42 225 64 115 0 52 403 77 44
Binary 1000111 100010 10010101 110100 1001101 0 101010 100000011 111111 100100

Color Harmonies of #472295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472295

Black with #472295

Text Example


Text Example

White with #472295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472295; }

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

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

background-color css

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

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

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

border-color css

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

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

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