#4740AE

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

Shades of Rich Blue #4740AE

Tints of Rich Blue #4740AE

Color information

#4740AE (or 0x4740AE) is unknown color: approx Rich Blue. HEX triplet: 47, 40 and AE. RGB value is (71,64,174). Sum of RGB (Red+Green+Blue) = 71+64+174=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #4740AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4740AE is #B8BF51. Grayscale: #4E4E4E. Windows color (decimal): -12107602 or 11419719. OLE color: 11419719.

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

Color convert

RGB7164174-
CMYK0.590.6300.32
HSL243.82º46.22%46.67%-
HSV(B)243.82º63.22%68.24%-
XYZ12.078.0640.96-
YUV78.63181.82122.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=22.98%
G=20.71%
B=56.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71641740.590.6300.32243.8246.2246.67
Hex4740AE3B3F020f42e2f
Octal10710025673770403645657
Binary1000111100000010101110111011111111010000011110100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4740AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4740AE; }

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

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

<style>
 a { background-color: #4740AE; }

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

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

<style>
 span { border-color: #4740AE; }

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

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