Html Css Color HEX #47239E Blue Gem

📋 copy color: '#47239E'

red 71 ◦ green 35 ◦ blue 158

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

Shades of Blue Gem #47239E

Tints of Blue Gem #47239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

 BLUE value IS 158 (62.11% from 255) = 59.85%

R = 26.89%
G = 13.26%
B = 59.85%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47239E (or 0x47239E) is known color: Blue Gem. HEX triplet: 47, 23 and 9E. RGB value is (71,35,158). Sum of RGB (Red+Green+Blue) = 71+35+158=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #47239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47239E is #B8DC61. Grayscale: #3B3B3B. Windows color (decimal): -12115042 or 10363719. OLE color: 10363719.

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

Color convert

RGB 71 35 158 -
CMYK 0.55 0.78 0 0.38
HSL 257.56º 0.64% 0.38% -
HSV(B) 257.56º 0.78% 0.62% -
XYZ 9.37 5.01 32.82 -
YUV 59.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 71 35 158 0.55 0.78 0 0.38 257.56 0.64 0.38
Hex 47 23 9E 37 4E 0 26 102 40 26
Octal 107 43 236 67 116 0 46 402 100 46
Binary 1000111 100011 10011110 110111 1001110 0 100110 100000010 1000000 100110

Color Harmonies of #47239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47239E

Black with #47239E

Text Example


Text Example

White with #47239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47239E; }

 p { color: rgb(71,35,158); }

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

background-color css

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

 a { background-color: rgb(71,35,158); }

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

border-color css

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

 span { border-color: rgb(71,35,158); }

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