#4F5AAB

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

Shades of Rich Blue #4F5AAB

Tints of Rich Blue #4F5AAB

Color information

#4F5AAB (or 0x4F5AAB) is unknown color: approx Rich Blue. HEX triplet: 4F, 5A and AB. RGB value is (79,90,171). Sum of RGB (Red+Green+Blue) = 79+90+171=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F5AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5AAB is #B0A554. Grayscale: #5F5F5F. Windows color (decimal): -11576661 or 11229775. OLE color: 11229775.

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

Color convert

RGB7990171-
CMYK0.540.4700.33
HSL232.83º36.8%49.02%-
HSV(B)232.83º53.8%67.06%-
XYZ14.2311.9140.08-
YUV95.94170.36115.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.24%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=23.24%
G=26.47%
B=50.29%

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
Decimal79901710.540.4700.33232.8336.849.02
Hex4F5AAB362F021e92531
Octal11713225366570413514561
Binary1001111101101010101011110110101111010000111101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,171); }

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

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

 a { background-color: rgb(79,90,171); }

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

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

 span { border-color: rgb(79,90,171); }

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