#4F5CAC

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

Shades of Rich Blue #4F5CAC

Tints of Rich Blue #4F5CAC

Color information

#4F5CAC (or 0x4F5CAC) is unknown color: approx Rich Blue. HEX triplet: 4F, 5C and AC. RGB value is (79,92,172). Sum of RGB (Red+Green+Blue) = 79+92+172=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5CAC is #B0A353. Grayscale: #606060. Windows color (decimal): -11576148 or 11295823. OLE color: 11295823.

HSL color Cylindrical-coordinate representation of color #4F5CAC: hue angle of 231.61º 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 #4F5CAC is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7992172-
CMYK0.540.4700.33
HSL231.61º37.05%49.22%-
HSV(B)231.61º54.07%67.45%-
XYZ14.512.340.64-
YUV97.23170.19115-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=23.03%
G=26.82%
B=50.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79921720.540.4700.33231.6137.0549.22
Hex4F5CAC362F021e82531
Octal11713425466570413504561
Binary1001111101110010101100110110101111010000111101000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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