#4D86BB

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

Shades of Steel Blue #4D86BB

Tints of Steel Blue #4D86BB

Color information

#4D86BB (or 0x4D86BB) is unknown color: approx Steel Blue. HEX triplet: 4D, 86 and BB. RGB value is (77,134,187). Sum of RGB (Red+Green+Blue) = 77+134+187=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D86BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D86BB is #B27944. Grayscale: #7A7A7A. Windows color (decimal): -11696453 or 12289613. OLE color: 12289613.

HSL color Cylindrical-coordinate representation of color #4D86BB: hue angle of 208.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D86BB is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB77134187-
CMYK0.590.2800.27
HSL208.91º44.72%51.76%-
HSV(B)208.91º58.82%73.33%-
XYZ20.5622.2250.22-
YUV123164.1295.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.35%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=19.35%
G=33.67%
B=46.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771341870.590.2800.27208.9144.7251.76
Hex4D86BB3B1C01Bd12d34
Octal11520627373340333215564
Binary100110110000110101110111110111110001101111010001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,134,187); }

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

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

 a { background-color: rgb(77,134,187); }

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

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

 span { border-color: rgb(77,134,187); }

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