#474FAE

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

Shades of Rich Blue #474FAE

Tints of Rich Blue #474FAE

Color information

#474FAE (or 0x474FAE) is unknown color: approx Rich Blue. HEX triplet: 47, 4F and AE. RGB value is (71,79,174). Sum of RGB (Red+Green+Blue) = 71+79+174=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #474FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474FAE is #B8B051. Grayscale: #575757. Windows color (decimal): -12103762 or 11423559. OLE color: 11423559.

HSL color Cylindrical-coordinate representation of color #474FAE: hue angle of 235.34º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474FAE is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7179174-
CMYK0.590.5500.32
HSL235.34º42.04%48.04%-
HSV(B)235.34º59.2%68.24%-
XYZ13.039.9941.29-
YUV87.44176.85116.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=21.91%
G=24.38%
B=53.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71791740.590.5500.32235.3442.0448.04
Hex474FAE3B37020eb2a30
Octal10711725673670403535260
Binary1000111100111110101110111011110111010000011101011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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