Html Css Color HEX #47199E Blue Gem

📋 copy color: '#47199E'

red 71 ◦ green 25 ◦ blue 158

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

Shades of Blue Gem #47199E

Tints of Blue Gem #47199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

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

R = 27.95%
G = 9.84%
B = 62.2%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47199E (or 0x47199E) is known color: Blue Gem. HEX triplet: 47, 19 and 9E. RGB value is (71,25,158). Sum of RGB (Red+Green+Blue) = 71+25+158=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #47199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47199E is #B8E661. Grayscale: #353535. Windows color (decimal): -12117602 or 10361159. OLE color: 10361159.

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

Color convert

RGB 71 25 158 -
CMYK 0.55 0.84 0 0.38
HSL 260.75º 0.73% 0.36% -
HSV(B) 260.75º 0.84% 0.62% -
XYZ 9.12 4.5 32.74 -
YUV 53.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 71 25 158 0.55 0.84 0 0.38 260.75 0.73 0.36
Hex 47 19 9E 37 54 0 26 105 49 24
Octal 107 31 236 67 124 0 46 405 111 44
Binary 1000111 11001 10011110 110111 1010100 0 100110 100000101 1001001 100100

Color Harmonies of #47199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47199E

Black with #47199E

Text Example


Text Example

White with #47199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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