#4D81BB

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

Shades of Steel Blue #4D81BB

Tints of Steel Blue #4D81BB

Color information

#4D81BB (or 0x4D81BB) is unknown color: approx Steel Blue. HEX triplet: 4D, 81 and BB. RGB value is (77,129,187). Sum of RGB (Red+Green+Blue) = 77+129+187=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D81BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D81BB is #B27E44. Grayscale: #777777. Windows color (decimal): -11697733 or 12288333. OLE color: 12288333.

HSL color Cylindrical-coordinate representation of color #4D81BB: hue angle of 211.64º 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 #4D81BB is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB77129187-
CMYK0.590.3100.27
HSL211.64º44.72%51.76%-
HSV(B)211.64º58.82%73.33%-
XYZ19.8820.8749.99-
YUV120.06165.7797.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.59%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=19.59%
G=32.82%
B=47.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771291870.590.3100.27211.6444.7251.76
Hex4D81BB3B1F01Bd42d34
Octal11520127373370333245564
Binary100110110000001101110111110111111101101111010100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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