#473FAE

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

Shades of Rich Blue #473FAE

Tints of Rich Blue #473FAE

Color information

#473FAE (or 0x473FAE) is unknown color: approx Rich Blue. HEX triplet: 47, 3F and AE. RGB value is (71,63,174). Sum of RGB (Red+Green+Blue) = 71+63+174=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #473FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FAE is #B8C051. Grayscale: #4D4D4D. Windows color (decimal): -12107858 or 11419463. OLE color: 11419463.

HSL color Cylindrical-coordinate representation of color #473FAE: hue angle of 244.32º 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 #473FAE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7163174-
CMYK0.590.6400.32
HSL244.32º46.84%46.47%-
HSV(B)244.32º63.79%68.24%-
XYZ12.027.9540.95-
YUV78.05182.15122.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=23.05%
G=20.45%
B=56.49%

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
Decimal71631740.590.6400.32244.3246.8446.47
Hex473FAE3B40020f42f2e
Octal10777256731000403645756
Binary1000111111111101011101110111000000010000011110100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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