#473C94

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

Shades of Blue Gem #473C94

Tints of Blue Gem #473C94

Color information

#473C94 (or 0x473C94) is unknown color: approx Blue Gem. HEX triplet: 47, 3C and 94. RGB value is (71,60,148). Sum of RGB (Red+Green+Blue) = 71+60+148=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #473C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C94 is #B8C36B. Grayscale: #484848. Windows color (decimal): -12108652 or 9714759. OLE color: 9714759.

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

Color convert

RGB7160148-
CMYK0.520.5900.42
HSL247.5º42.31%40.78%-
HSV(B)247.5º59.46%58.04%-
XYZ9.566.7128.81-
YUV73.32170.14126.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 148 (58.20% from 255) = 53.05%
R=25.45%
G=21.51%
B=53.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71601480.520.5900.42247.542.3140.78
Hex473C94343B02Af82a29
Octal1077422464730523705251
Binary100011111110010010100110100111011010101011111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,60,148); }

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

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

 a { background-color: rgb(71,60,148); }

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

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

 span { border-color: rgb(71,60,148); }

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