Html Css Color HEX #472195 Blue Gem

📋 copy color: '#472195'

red 71 ◦ green 33 ◦ blue 149

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

Shades of Blue Gem #472195

Tints of Blue Gem #472195

RGB

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

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

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

R = 28.06%
G = 13.04%
B = 58.89%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472195 (or 0x472195) is known color: Blue Gem. HEX triplet: 47, 21 and 95. RGB value is (71,33,149). Sum of RGB (Red+Green+Blue) = 71+33+149=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #472195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472195 is #B8DE6A. Grayscale: #393939. Windows color (decimal): -12115563 or 9773383. OLE color: 9773383.

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

Color convert

RGB 71 33 149 -
CMYK 0.52 0.78 0 0.42
HSL 259.66º 0.64% 0.36% -
HSV(B) 259.66º 0.78% 0.58% -
XYZ 8.57 4.6 28.87 -
YUV 57.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 71 33 149 0.52 0.78 0 0.42 259.66 0.64 0.36
Hex 47 21 95 34 4E 0 2A 104 40 24
Octal 107 41 225 64 116 0 52 404 100 44
Binary 1000111 100001 10010101 110100 1001110 0 101010 100000100 1000000 100100

Color Harmonies of #472195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472195

Black with #472195

Text Example


Text Example

White with #472195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472195; }

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

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

background-color css

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

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

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

border-color css

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

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

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