#473286

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

Shades of Blue Gem #473286

Tints of Blue Gem #473286

Color information

#473286 (or 0x473286) is unknown color: approx Blue Gem. HEX triplet: 47, 32 and 86. RGB value is (71,50,134). Sum of RGB (Red+Green+Blue) = 71+50+134=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #473286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473286 is #B8CD79. Grayscale: #414141. Windows color (decimal): -12111226 or 8794695. OLE color: 8794695.

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

Color convert

RGB7150134-
CMYK0.470.6300.47
HSL255º45.65%36.08%-
HSV(B)255º62.69%52.55%-
XYZ8.045.3423.16-
YUV65.85166.46131.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=27.84%
G=19.61%
B=52.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71501340.470.6300.4725545.6536.08
Hex4732862F3F02Fff2e24
Octal1076220657770573775644
Binary100011111001010000110101111111111010111111111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473286; }

 p { color: rgb(71,50,134); }

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

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

 a { background-color: rgb(71,50,134); }

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

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

 span { border-color: rgb(71,50,134); }

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