#473390

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

Shades of Blue Gem #473390

Tints of Blue Gem #473390

Color information

#473390 (or 0x473390) is unknown color: approx Blue Gem. HEX triplet: 47, 33 and 90. RGB value is (71,51,144). Sum of RGB (Red+Green+Blue) = 71+51+144=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #473390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473390 is #B8CC6F. Grayscale: #434343. Windows color (decimal): -12110960 or 9450311. OLE color: 9450311.

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

Color convert

RGB7151144-
CMYK0.510.6500.44
HSL252.9º47.69%38.24%-
HSV(B)252.9º64.58%56.47%-
XYZ8.825.7227.03-
YUV67.58171.13130.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 144 (56.64% from 255) = 54.14%
R=26.69%
G=19.17%
B=54.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71511440.510.6500.44252.947.6938.24
Hex473390334102Cfd3026
Octal10763220631010543756046
Binary1000111110011100100001100111000001010110011111101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473390; }

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

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

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

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

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

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

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

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