#473387

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

Shades of Blue Gem #473387

Tints of Blue Gem #473387

Color information

#473387 (or 0x473387) is unknown color: approx Blue Gem. HEX triplet: 47, 33 and 87. RGB value is (71,51,135). Sum of RGB (Red+Green+Blue) = 71+51+135=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #473387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473387 is #B8CC78. Grayscale: #424242. Windows color (decimal): -12110969 or 8860487. OLE color: 8860487.

HSL color Cylindrical-coordinate representation of color #473387: hue angle of 254.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473387 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7151135-
CMYK0.470.6200.47
HSL254.29º45.16%36.47%-
HSV(B)254.29º62.22%52.94%-
XYZ8.165.4623.55-
YUV66.56166.63131.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 135 (53.12% from 255) = 52.53%
R=27.63%
G=19.84%
B=52.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71511350.470.6200.47254.2945.1636.47
Hex4733872F3E02Ffe2d24
Octal1076320757760573765544
Binary100011111001110000111101111111110010111111111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473387; }

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

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

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

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

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

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

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

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