Html Css Color HEX #47229F Blue Gem

📋 copy color: '#47229F'

red 71 ◦ green 34 ◦ blue 159

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

Shades of Blue Gem #47229F

Tints of Blue Gem #47229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 26.89%
G = 12.88%
B = 60.23%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47229F (or 0x47229F) is known color: Blue Gem. HEX triplet: 47, 22 and 9F. RGB value is (71,34,159). Sum of RGB (Red+Green+Blue) = 71+34+159=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #47229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47229F is #B8DD60. Grayscale: #3A3A3A. Windows color (decimal): -12115297 or 10428999. OLE color: 10428999.

HSL color Cylindrical-coordinate representation of color #47229F: hue angle of 257.76º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47229F is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 34 159 -
CMYK 0.55 0.79 0 0.38
HSL 257.76º 0.65% 0.38% -
HSV(B) 257.76º 0.79% 0.62% -
XYZ 9.43 4.99 33.27 -
YUV 59.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 71 34 159 0.55 0.79 0 0.38 257.76 0.65 0.38
Hex 47 22 9F 37 4F 0 26 102 41 26
Octal 107 42 237 67 117 0 46 402 101 46
Binary 1000111 100010 10011111 110111 1001111 0 100110 100000010 1000001 100110

Color Harmonies of #47229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47229F

Black with #47229F

Text Example


Text Example

White with #47229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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