#473489

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

Shades of Blue Gem #473489

Tints of Blue Gem #473489

Color information

#473489 (or 0x473489) is unknown color: approx Blue Gem. HEX triplet: 47, 34 and 89. RGB value is (71,52,137). Sum of RGB (Red+Green+Blue) = 71+52+137=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #473489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473489 is #B8CB76. Grayscale: #434343. Windows color (decimal): -12110711 or 8991815. OLE color: 8991815.

HSL color Cylindrical-coordinate representation of color #473489: hue angle of 253.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473489 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7152137-
CMYK0.480.6200.46
HSL253.41º44.97%37.06%-
HSV(B)253.41º62.04%53.73%-
XYZ8.345.624.31-
YUV67.37167.29130.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 137 (53.91% from 255) = 52.69%
R=27.31%
G=20%
B=52.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71521370.480.6200.46253.4144.9737.06
Hex473489303E02Efd2d25
Octal1076421160760563755545
Binary100011111010010001001110000111110010111011111101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473489; }

 p { color: rgb(71,52,137); }

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

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

 a { background-color: rgb(71,52,137); }

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

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

 span { border-color: rgb(71,52,137); }

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