#473590

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

Shades of Blue Gem #473590

Tints of Blue Gem #473590

Color information

#473590 (or 0x473590) is unknown color: approx Blue Gem. HEX triplet: 47, 35 and 90. RGB value is (71,53,144). Sum of RGB (Red+Green+Blue) = 71+53+144=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #473590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473590 is #B8CA6F. Grayscale: #444444. Windows color (decimal): -12110448 or 9450823. OLE color: 9450823.

HSL color Cylindrical-coordinate representation of color #473590: hue angle of 251.87º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473590 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7153144-
CMYK0.510.6300.44
HSL251.87º46.19%38.63%-
HSV(B)251.87º63.19%56.47%-
XYZ8.915.927.05-
YUV68.76170.46129.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 144 (56.64% from 255) = 53.73%
R=26.49%
G=19.78%
B=53.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71531440.510.6300.44251.8746.1938.63
Hex473590333F02Cfc2e27
Octal1076522063770543745647
Binary100011111010110010000110011111111010110011111100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473590; }

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

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

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

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

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

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

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

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