#473B97

Color #473B97 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #473B97

Tints of Blue Gem #473B97

Color information

#473B97 (or 0x473B97) is unknown color: approx Blue Gem. HEX triplet: 47, 3B and 97. RGB value is (71,59,151). Sum of RGB (Red+Green+Blue) = 71+59+151=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #473B97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B97 is #B8C468. Grayscale: #484848. Windows color (decimal): -12108905 or 9911111. OLE color: 9911111.

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

Color convert

RGB7159151-
CMYK0.530.6100.41
HSL247.83º43.81%41.18%-
HSV(B)247.83º60.93%59.22%-
XYZ9.756.730.06-
YUV73.08171.98126.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 151 (59.38% from 255) = 53.74%
R=25.27%
G=21.00%
B=53.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71591510.530.6100.41247.8343.8141.18
Hex473B97353D029f82c29
Octal1077322765750513705451
Binary100011111101110010111110101111101010100111111000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473B97; }

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

 H1.HeaderClassName
 {
   color: #473B97;
 }
 .AnyTagClassName
 {
   color: #473B97;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #473B97;
 }
 .BgClassName
 {
   background-color: #473B97;
 }
</style>
border-color css

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

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

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