Html Css Color HEX #473197 Blue Gem

📋 copy color: '#473197'

red 71 ◦ green 49 ◦ blue 151

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

Shades of Blue Gem #473197

Tints of Blue Gem #473197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 26.2%
G = 18.08%
B = 55.72%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#473197 (or 0x473197) is known color: Blue Gem. HEX triplet: 47, 31 and 97. RGB value is (71,49,151). Sum of RGB (Red+Green+Blue) = 71+49+151=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #473197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473197 is #B8CE68. Grayscale: #424242. Windows color (decimal): -12111465 or 9908551. OLE color: 9908551.

HSL color Cylindrical-coordinate representation of color #473197: hue angle of 252.94º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473197 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 49 151 -
CMYK 0.53 0.68 0 0.41
HSL 252.94º 0.51% 0.39% -
HSV(B) 252.94º 0.68% 0.59% -
XYZ 9.28 5.77 29.9 -
YUV 67.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 71 49 151 0.53 0.68 0 0.41 252.94 0.51 0.39
Hex 47 31 97 35 44 0 29 FD 33 27
Octal 107 61 227 65 104 0 51 375 63 47
Binary 1000111 110001 10010111 110101 1000100 0 101001 11111101 110011 100111

Color Harmonies of #473197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473197

Black with #473197

Text Example


Text Example

White with #473197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473197; }

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

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

background-color css

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

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

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

border-color css

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

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

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