#4F4CAE

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

Shades of Rich Blue #4F4CAE

Tints of Rich Blue #4F4CAE

Color information

#4F4CAE (or 0x4F4CAE) is unknown color: approx Rich Blue. HEX triplet: 4F, 4C and AE. RGB value is (79,76,174). Sum of RGB (Red+Green+Blue) = 79+76+174=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F4CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4CAE is #B0B351. Grayscale: #575757. Windows color (decimal): -11580242 or 11422799. OLE color: 11422799.

HSL color Cylindrical-coordinate representation of color #4F4CAE: hue angle of 241.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F4CAE is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7976174-
CMYK0.550.5600.32
HSL241.84º39.2%49.02%-
HSV(B)241.84º56.32%68.24%-
XYZ13.459.8941.24-
YUV88.07176.49121.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=24.01%
G=23.10%
B=52.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79761740.550.5600.32241.8439.249.02
Hex4F4CAE3738020f22731
Octal11711425667700403624761
Binary1001111100110010101110110111111000010000011110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4CAE; }

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

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

<style>
 a { background-color: #4F4CAE; }

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

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

<style>
 span { border-color: #4F4CAE; }

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

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