#473597

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

Shades of Blue Gem #473597

Tints of Blue Gem #473597

Color information

#473597 (or 0x473597) is unknown color: approx Blue Gem. HEX triplet: 47, 35 and 97. RGB value is (71,53,151). Sum of RGB (Red+Green+Blue) = 71+53+151=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #473597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473597 is #B8CA68. Grayscale: #454545. Windows color (decimal): -12110441 or 9909575. OLE color: 9909575.

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

Color convert

RGB7153151-
CMYK0.530.6500.41
HSL251.02º48.04%40%-
HSV(B)251.02º64.9%59.22%-
XYZ9.466.1229.96-
YUV69.55173.96129.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 151 (59.38% from 255) = 54.91%
R=25.82%
G=19.27%
B=54.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71531510.530.6500.41251.0248.0440
Hex4735973541029fb3028
Octal10765227651010513736050
Binary1000111110101100101111101011000001010100111111011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473597; }

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

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

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

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

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

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

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

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