#473497

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

Shades of Blue Gem #473497

Tints of Blue Gem #473497

Color information

#473497 (or 0x473497) is unknown color: approx Blue Gem. HEX triplet: 47, 34 and 97. RGB value is (71,52,151). Sum of RGB (Red+Green+Blue) = 71+52+151=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #473497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473497 is #B8CB68. Grayscale: #444444. Windows color (decimal): -12110697 or 9909319. OLE color: 9909319.

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

Color convert

RGB7152151-
CMYK0.530.6600.41
HSL251.52º48.77%39.8%-
HSV(B)251.52º65.56%59.22%-
XYZ9.416.0329.95-
YUV68.97174.29129.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 151 (59.38% from 255) = 55.11%
R=25.91%
G=18.98%
B=55.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71521510.530.6600.41251.5248.7739.8
Hex4734973542029fc3128
Octal10764227651020513746150
Binary1000111110100100101111101011000010010100111111100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473497; }

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

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

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

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

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

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

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

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