#4D8FB9

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

Shades of Steel Blue #4D8FB9

Tints of Steel Blue #4D8FB9

Color information

#4D8FB9 (or 0x4D8FB9) is unknown color: approx Steel Blue. HEX triplet: 4D, 8F and B9. RGB value is (77,143,185). Sum of RGB (Red+Green+Blue) = 77+143+185=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D8FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8FB9 is #B27046. Grayscale: #7F7F7F. Windows color (decimal): -11694151 or 12160845. OLE color: 12160845.

HSL color Cylindrical-coordinate representation of color #4D8FB9: hue angle of 203.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D8FB9 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB77143185-
CMYK0.580.2300.27
HSL203.33º43.55%51.37%-
HSV(B)203.33º58.38%72.55%-
XYZ21.6424.7349.53-
YUV128.05160.1391.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.01%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 185 (72.66% from 255) = 45.68%
R=19.01%
G=35.31%
B=45.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771431850.580.2300.27203.3343.5551.37
Hex4D8FB93A1701Bcb2c33
Octal11521727172270333135463
Binary100110110001111101110011110101011101101111001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,143,185); }

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

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

 a { background-color: rgb(77,143,185); }

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

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

 span { border-color: rgb(77,143,185); }

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