#474CAE

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

Shades of Rich Blue #474CAE

Tints of Rich Blue #474CAE

Color information

#474CAE (or 0x474CAE) is unknown color: approx Rich Blue. HEX triplet: 47, 4C and AE. RGB value is (71,76,174). Sum of RGB (Red+Green+Blue) = 71+76+174=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #474CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CAE is #B8B351. Grayscale: #555555. Windows color (decimal): -12104530 or 11422791. OLE color: 11422791.

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

Color convert

RGB7176174-
CMYK0.590.5600.32
HSL237.09º42.04%48.04%-
HSV(B)237.09º59.2%68.24%-
XYZ12.829.5641.21-
YUV85.68177.84117.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=22.12%
G=23.68%
B=54.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71761740.590.5600.32237.0942.0448.04
Hex474CAE3B38020ed2a30
Octal10711425673700403555260
Binary1000111100110010101110111011111000010000011101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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