Html Css Color HEX #472196 Blue Gem

📋 copy color: '#472196'

red 71 ◦ green 33 ◦ blue 150

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

Shades of Blue Gem #472196

Tints of Blue Gem #472196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.06%

R = 27.95%
G = 12.99%
B = 59.06%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#472196 (or 0x472196) is known color: Blue Gem. HEX triplet: 47, 21 and 96. RGB value is (71,33,150). Sum of RGB (Red+Green+Blue) = 71+33+150=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #472196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472196 is #B8DE69. Grayscale: #393939. Windows color (decimal): -12115562 or 9838919. OLE color: 9838919.

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

Color convert

RGB 71 33 150 -
CMYK 0.53 0.78 0 0.41
HSL 259.49º 0.64% 0.36% -
HSV(B) 259.49º 0.78% 0.59% -
XYZ 8.65 4.63 29.29 -
YUV 57.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 71 33 150 0.53 0.78 0 0.41 259.49 0.64 0.36
Hex 47 21 96 35 4E 0 29 103 40 24
Octal 107 41 226 65 116 0 51 403 100 44
Binary 1000111 100001 10010110 110101 1001110 0 101001 100000011 1000000 100100

Color Harmonies of #472196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472196

Black with #472196

Text Example


Text Example

White with #472196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472196; }

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

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

background-color css

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

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

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

border-color css

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

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

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