#473993

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

Shades of Blue Gem #473993

Tints of Blue Gem #473993

Color information

#473993 (or 0x473993) is unknown color: approx Blue Gem. HEX triplet: 47, 39 and 93. RGB value is (71,57,147). Sum of RGB (Red+Green+Blue) = 71+57+147=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #473993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473993 is #B8C66C. Grayscale: #474747. Windows color (decimal): -12109421 or 9648455. OLE color: 9648455.

HSL color Cylindrical-coordinate representation of color #473993: hue angle of 249.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473993 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7157147-
CMYK0.520.6100.42
HSL249.33º44.12%40%-
HSV(B)249.33º61.22%57.65%-
XYZ9.336.3728.34-
YUV71.45170.64127.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 147 (57.81% from 255) = 53.45%
R=25.82%
G=20.73%
B=53.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71571470.520.6100.42249.3344.1240
Hex473993343D02Af92c28
Octal1077122364750523715450
Binary100011111100110010011110100111101010101011111001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473993; }

 p { color: rgb(71,57,147); }

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

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

 a { background-color: rgb(71,57,147); }

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

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

 span { border-color: rgb(71,57,147); }

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