#473392

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

Shades of Blue Gem #473392

Tints of Blue Gem #473392

Color information

#473392 (or 0x473392) is unknown color: approx Blue Gem. HEX triplet: 47, 33 and 92. RGB value is (71,51,146). Sum of RGB (Red+Green+Blue) = 71+51+146=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #473392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473392 is #B8CC6D. Grayscale: #434343. Windows color (decimal): -12110958 or 9581383. OLE color: 9581383.

HSL color Cylindrical-coordinate representation of color #473392: hue angle of 252.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473392 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7151146-
CMYK0.510.6500.43
HSL252.63º48.22%38.63%-
HSV(B)252.63º65.07%57.25%-
XYZ8.975.7827.84-
YUV67.81172.13130.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=26.49%
G=19.03%
B=54.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71511460.510.6500.43252.6348.2238.63
Hex473392334102Bfd3027
Octal10763222631010533756047
Binary1000111110011100100101100111000001010101111111101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473392; }

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

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

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

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

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

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

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

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