Html Css Color HEX #47209F Blue Gem

📋 copy color: '#47209F'

red 71 ◦ green 32 ◦ blue 159

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

Shades of Blue Gem #47209F

Tints of Blue Gem #47209F

RGB

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

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

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

R = 27.1%
G = 12.21%
B = 60.69%

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

#47209F (or 0x47209F) is known color: Blue Gem. HEX triplet: 47, 20 and 9F. RGB value is (71,32,159). Sum of RGB (Red+Green+Blue) = 71+32+159=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #47209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47209F is #B8DF60. Grayscale: #393939. Windows color (decimal): -12115809 or 10428487. OLE color: 10428487.

HSL color Cylindrical-coordinate representation of color #47209F: hue angle of 258.43º 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 #47209F is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 32 159 -
CMYK 0.55 0.80 0 0.38
HSL 258.43º 0.66% 0.37% -
HSV(B) 258.43º 0.8% 0.62% -
XYZ 9.37 4.88 33.25 -
YUV 58.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 71 32 159 0.55 0.80 0 0.38 258.43 0.66 0.37
Hex 47 20 9F 37 50 0 26 102 42 25
Octal 107 40 237 67 120 0 46 402 102 45
Binary 1000111 100000 10011111 110111 1010000 0 100110 100000010 1000010 100101

Color Harmonies of #47209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47209F

Black with #47209F

Text Example


Text Example

White with #47209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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