#473EAE

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

Shades of Rich Blue #473EAE

Tints of Rich Blue #473EAE

Color information

#473EAE (or 0x473EAE) is unknown color: approx Rich Blue. HEX triplet: 47, 3E and AE. RGB value is (71,62,174). Sum of RGB (Red+Green+Blue) = 71+62+174=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #473EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473EAE is #B8C151. Grayscale: #4D4D4D. Windows color (decimal): -12108114 or 11419207. OLE color: 11419207.

HSL color Cylindrical-coordinate representation of color #473EAE: hue angle of 244.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473EAE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7162174-
CMYK0.590.6400.32
HSL244.82º47.46%46.27%-
HSV(B)244.82º64.37%68.24%-
XYZ11.967.8440.93-
YUV77.46182.48123.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=23.13%
G=20.20%
B=56.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71621740.590.6400.32244.8247.4646.27
Hex473EAE3B40020f52f2e
Octal10776256731000403655756
Binary1000111111110101011101110111000000010000011110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,174); }

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

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

 a { background-color: rgb(71,62,174); }

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

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

 span { border-color: rgb(71,62,174); }

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