#4F86AC

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

Shades of Steel Blue #4F86AC

Tints of Steel Blue #4F86AC

Color information

#4F86AC (or 0x4F86AC) is unknown color: approx Steel Blue. HEX triplet: 4F, 86 and AC. RGB value is (79,134,172). Sum of RGB (Red+Green+Blue) = 79+134+172=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F86AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F86AC is #B07953. Grayscale: #797979. Windows color (decimal): -11565396 or 11306575. OLE color: 11306575.

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

Color convert

RGB79134172-
CMYK0.540.2200.33
HSL204.52º37.05%49.22%-
HSV(B)204.52º54.07%67.45%-
XYZ19.221.6942.2-
YUV121.89156.2897.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.52%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=20.52%
G=34.81%
B=44.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791341720.540.2200.33204.5237.0549.22
Hex4F86AC3616021cd2531
Octal11720625466260413154561
Binary1001111100001101010110011011010110010000111001101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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