#473399

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

Shades of Blue Gem #473399

Tints of Blue Gem #473399

Color information

#473399 (or 0x473399) is unknown color: approx Blue Gem. HEX triplet: 47, 33 and 99. RGB value is (71,51,153). Sum of RGB (Red+Green+Blue) = 71+51+153=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #473399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473399 is #B8CC66. Grayscale: #444444. Windows color (decimal): -12110951 or 10040135. OLE color: 10040135.

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

Color convert

RGB7151153-
CMYK0.540.6700.4
HSL251.76º50%40%-
HSV(B)251.76º66.67%60%-
XYZ9.536.0130.79-
YUV68.61175.63129.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=25.82%
G=18.55%
B=55.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71511530.540.6700.4251.765040
Hex4733993643028fc3228
Octal10763231661030503746250
Binary1000111110011100110011101101000011010100011111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473399; }

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

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

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

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

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

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

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

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