Html Css Color HEX #47209B Blue Gem

📋 copy color: '#47209B'

red 71 ◦ green 32 ◦ blue 155

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

Shades of Blue Gem #47209B

Tints of Blue Gem #47209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 27.52%
G = 12.4%
B = 60.08%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47209B (or 0x47209B) is known color: Blue Gem. HEX triplet: 47, 20 and 9B. RGB value is (71,32,155). Sum of RGB (Red+Green+Blue) = 71+32+155=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #47209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47209B is #B8DF64. Grayscale: #393939. Windows color (decimal): -12115813 or 10166343. OLE color: 10166343.

HSL color Cylindrical-coordinate representation of color #47209B: hue angle of 259.02º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47209B is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 32 155 -
CMYK 0.54 0.79 0 0.39
HSL 259.02º 0.66% 0.37% -
HSV(B) 259.02º 0.79% 0.61% -
XYZ 9.03 4.74 31.45 -
YUV 57.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 71 32 155 0.54 0.79 0 0.39 259.02 0.66 0.37
Hex 47 20 9B 36 4F 0 27 103 42 25
Octal 107 40 233 66 117 0 47 403 102 45
Binary 1000111 100000 10011011 110110 1001111 0 100111 100000011 1000010 100101

Color Harmonies of #47209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47209B

Black with #47209B

Text Example


Text Example

White with #47209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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