#473588

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

Shades of Blue Gem #473588

Tints of Blue Gem #473588

Color information

#473588 (or 0x473588) is unknown color: approx Blue Gem. HEX triplet: 47, 35 and 88. RGB value is (71,53,136). Sum of RGB (Red+Green+Blue) = 71+53+136=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #473588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473588 is #B8CA77. Grayscale: #434343. Windows color (decimal): -12110456 or 8926535. OLE color: 8926535.

HSL color Cylindrical-coordinate representation of color #473588: hue angle of 253.01º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473588 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7153136-
CMYK0.480.6100.47
HSL253.01º43.92%37.06%-
HSV(B)253.01º61.03%53.33%-
XYZ8.325.6623.95-
YUV67.84166.46130.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 136 (53.52% from 255) = 52.31%
R=27.31%
G=20.38%
B=52.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71531360.480.6100.47253.0143.9237.06
Hex473588303D02Ffd2c25
Octal1076521060750573755445
Binary100011111010110001000110000111101010111111111101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473588; }

 p { color: rgb(71,53,136); }

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

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

 a { background-color: rgb(71,53,136); }

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

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

 span { border-color: rgb(71,53,136); }

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