#473A96

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

Shades of Blue Gem #473A96

Tints of Blue Gem #473A96

Color information

#473A96 (or 0x473A96) is unknown color: approx Blue Gem. HEX triplet: 47, 3A and 96. RGB value is (71,58,150). Sum of RGB (Red+Green+Blue) = 71+58+150=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #473A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473A96 is #B8C569. Grayscale: #484848. Windows color (decimal): -12109162 or 9845319. OLE color: 9845319.

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

Color convert

RGB7158150-
CMYK0.530.6100.41
HSL248.48º44.23%40.78%-
HSV(B)248.48º61.33%58.82%-
XYZ9.626.5729.62-
YUV72.38171.81127.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=25.45%
G=20.79%
B=53.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71581500.530.6100.41248.4844.2340.78
Hex473A96353D029f82c29
Octal1077222665750513705451
Binary100011111101010010110110101111101010100111111000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A96; }

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

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

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

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

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

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

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

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