#4F56B0

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

Shades of Rich Blue #4F56B0

Tints of Rich Blue #4F56B0

Color information

#4F56B0 (or 0x4F56B0) is unknown color: approx Rich Blue. HEX triplet: 4F, 56 and B0. RGB value is (79,86,176). Sum of RGB (Red+Green+Blue) = 79+86+176=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #4F56B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F56B0 is #B0A94F. Grayscale: #5D5D5D. Windows color (decimal): -11577680 or 11556431. OLE color: 11556431.

HSL color Cylindrical-coordinate representation of color #4F56B0: hue angle of 235.67º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F56B0 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7986176-
CMYK0.550.5100.31
HSL235.67º38.04%50%-
HSV(B)235.67º55.11%69.02%-
XYZ14.3911.4542.53-
YUV94.17174.18117.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 176 (69.14% from 255) = 51.61%
R=23.17%
G=25.22%
B=51.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79861760.550.5100.31235.6738.0450
Hex4F56B0373301Fec2632
Octal11712626067630373544662
Binary100111110101101011000011011111001101111111101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F56B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,86,176); }

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

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

 a { background-color: rgb(79,86,176); }

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

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

 span { border-color: rgb(79,86,176); }

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