Html Css Color HEX #473191 Blue Gem

📋 copy color: '#473191'

red 71 ◦ green 49 ◦ blue 145

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

Shades of Blue Gem #473191

Tints of Blue Gem #473191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 145 (57.03% from 255) = 54.72%

R = 26.79%
G = 18.49%
B = 54.72%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#473191 (or 0x473191) is known color: Blue Gem. HEX triplet: 47, 31 and 91. RGB value is (71,49,145). Sum of RGB (Red+Green+Blue) = 71+49+145=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #473191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473191 is #B8CE6E. Grayscale: #424242. Windows color (decimal): -12111471 or 9515335. OLE color: 9515335.

HSL color Cylindrical-coordinate representation of color #473191: hue angle of 253.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473191 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 49 145 -
CMYK 0.51 0.66 0 0.43
HSL 253.75º 0.49% 0.38% -
HSV(B) 253.75º 0.66% 0.57% -
XYZ 8.81 5.58 27.4 -
YUV 66.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 71 49 145 0.51 0.66 0 0.43 253.75 0.49 0.38
Hex 47 31 91 33 42 0 2B FE 31 26
Octal 107 61 221 63 102 0 53 376 61 46
Binary 1000111 110001 10010001 110011 1000010 0 101011 11111110 110001 100110

Color Harmonies of #473191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473191

Black with #473191

Text Example


Text Example

White with #473191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473191; }

 p { color: rgb(71,49,145); }

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

background-color css

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

 a { background-color: rgb(71,49,145); }

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

border-color css

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

 span { border-color: rgb(71,49,145); }

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