#473499

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

Shades of Blue Gem #473499

Tints of Blue Gem #473499

Color information

#473499 (or 0x473499) is unknown color: approx Blue Gem. HEX triplet: 47, 34 and 99. RGB value is (71,52,153). Sum of RGB (Red+Green+Blue) = 71+52+153=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #473499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473499 is #B8CB66. Grayscale: #444444. Windows color (decimal): -12110695 or 10040391. OLE color: 10040391.

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

Color convert

RGB7152153-
CMYK0.540.6600.4
HSL251.29º49.27%40.2%-
HSV(B)251.29º66.01%60%-
XYZ9.586.130.81-
YUV69.19175.29129.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=25.72%
G=18.84%
B=55.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71521530.540.6600.4251.2949.2740.2
Hex4734993642028fb3128
Octal10764231661020503736150
Binary1000111110100100110011101101000010010100011111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473499; }

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

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

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

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

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

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

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

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