Html Css Color HEX #47209D Blue Gem

📋 copy color: '#47209D'

red 71 ◦ green 32 ◦ blue 157

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

Shades of Blue Gem #47209D

Tints of Blue Gem #47209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 27.31%
G = 12.31%
B = 60.38%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47209D (or 0x47209D) is known color: Blue Gem. HEX triplet: 47, 20 and 9D. RGB value is (71,32,157). Sum of RGB (Red+Green+Blue) = 71+32+157=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #47209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47209D is #B8DF62. Grayscale: #393939. Windows color (decimal): -12115811 or 10297415. OLE color: 10297415.

HSL color Cylindrical-coordinate representation of color #47209D: hue angle of 258.72º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47209D is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 32 157 -
CMYK 0.55 0.80 0 0.38
HSL 258.72º 0.66% 0.37% -
HSV(B) 258.72º 0.8% 0.62% -
XYZ 9.2 4.81 32.34 -
YUV 57.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 71 32 157 0.55 0.80 0 0.38 258.72 0.66 0.37
Hex 47 20 9D 37 50 0 26 103 42 25
Octal 107 40 235 67 120 0 46 403 102 45
Binary 1000111 100000 10011101 110111 1010000 0 100110 100000011 1000010 100101

Color Harmonies of #47209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47209D

Black with #47209D

Text Example


Text Example

White with #47209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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