#4F5CAA

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

Shades of Rich Blue #4F5CAA

Tints of Rich Blue #4F5CAA

Color information

#4F5CAA (or 0x4F5CAA) is unknown color: approx Rich Blue. HEX triplet: 4F, 5C and AA. RGB value is (79,92,170). Sum of RGB (Red+Green+Blue) = 79+92+170=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5CAA is #B0A355. Grayscale: #606060. Windows color (decimal): -11576150 or 11164751. OLE color: 11164751.

HSL color Cylindrical-coordinate representation of color #4F5CAA: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F5CAA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7992170-
CMYK0.540.4600.33
HSL231.43º36.55%48.82%-
HSV(B)231.43º53.53%66.67%-
XYZ14.3112.2239.63-
YUV97169.19115.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=23.17%
G=26.98%
B=49.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79921700.540.4600.33231.4336.5548.82
Hex4F5CAA362E021e72531
Octal11713425266560413474561
Binary1001111101110010101010110110101110010000111100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,92,170); }

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

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

 a { background-color: rgb(79,92,170); }

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

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

 span { border-color: rgb(79,92,170); }

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