#473FA7

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

Shades of Blue Gem #473FA7

Tints of Blue Gem #473FA7

Color information

#473FA7 (or 0x473FA7) is unknown color: approx Blue Gem. HEX triplet: 47, 3F and A7. RGB value is (71,63,167). Sum of RGB (Red+Green+Blue) = 71+63+167=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #473FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FA7 is #B8C058. Grayscale: #4C4C4C. Windows color (decimal): -12107865 or 10960711. OLE color: 10960711.

HSL color Cylindrical-coordinate representation of color #473FA7: hue angle of 244.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473FA7 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7163167-
CMYK0.570.6200.35
HSL244.62º45.22%45.1%-
HSV(B)244.62º62.28%65.49%-
XYZ11.357.6837.44-
YUV77.25178.65123.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 63 (25% from 255) = 20.93%
BLUE value IS 167 (65.62% from 255) = 55.48%
R=23.59%
G=20.93%
B=55.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71631670.570.6200.35244.6245.2245.1
Hex473FA7393E023f52d2d
Octal1077724771760433655555
Binary100011111111110100111111001111110010001111110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,63,167); }

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

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

 a { background-color: rgb(71,63,167); }

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

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

 span { border-color: rgb(71,63,167); }

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