#473186

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

Shades of Blue Gem #473186

Tints of Blue Gem #473186

Color information

#473186 (or 0x473186) is unknown color: approx Blue Gem. HEX triplet: 47, 31 and 86. RGB value is (71,49,134). Sum of RGB (Red+Green+Blue) = 71+49+134=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #473186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473186 is #B8CE79. Grayscale: #404040. Windows color (decimal): -12111482 or 8794439. OLE color: 8794439.

HSL color Cylindrical-coordinate representation of color #473186: hue angle of 255.53º 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 #473186 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7149134-
CMYK0.470.6300.47
HSL255.53º46.45%35.88%-
HSV(B)255.53º63.43%52.55%-
XYZ85.2623.15-
YUV65.27166.79132.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 134 (52.73% from 255) = 52.76%
R=27.95%
G=19.29%
B=52.76%

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
Decimal71491340.470.6300.47255.5346.4535.88
Hex4731862F3F02F1002e24
Octal1076120657770574005644
Binary1000111110001100001101011111111110101111100000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473186; }

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

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

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

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

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

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

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

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