#473996

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

Shades of Blue Gem #473996

Tints of Blue Gem #473996

Color information

#473996 (or 0x473996) is unknown color: approx Blue Gem. HEX triplet: 47, 39 and 96. RGB value is (71,57,150). Sum of RGB (Red+Green+Blue) = 71+57+150=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #473996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473996 is #B8C669. Grayscale: #474747. Windows color (decimal): -12109418 or 9845063. OLE color: 9845063.

HSL color Cylindrical-coordinate representation of color #473996: hue angle of 249.03º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473996 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7157150-
CMYK0.530.6200.41
HSL249.03º44.93%40.59%-
HSV(B)249.03º62%58.82%-
XYZ9.576.4729.6-
YUV71.79172.14127.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=25.54%
G=20.50%
B=53.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71571500.530.6200.41249.0344.9340.59
Hex473996353E029f92d29
Octal1077122665760513715551
Binary100011111100110010110110101111110010100111111001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473996; }

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

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

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

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

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

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

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

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