#4D8ABE

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

Shades of Steel Blue #4D8ABE

Tints of Steel Blue #4D8ABE

Color information

#4D8ABE (or 0x4D8ABE) is unknown color: approx Steel Blue. HEX triplet: 4D, 8A and BE. RGB value is (77,138,190). Sum of RGB (Red+Green+Blue) = 77+138+190=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ABE is #B27541. Grayscale: #7D7D7D. Windows color (decimal): -11695426 or 12487245. OLE color: 12487245.

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

Color convert

RGB77138190-
CMYK0.590.2700.25
HSL207.61º46.5%52.35%-
HSV(B)207.61º59.47%74.51%-
XYZ21.4423.4752.12-
YUV125.69164.2993.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.01%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=19.01%
G=34.07%
B=46.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771381900.590.2700.25207.6146.552.35
Hex4D8ABE3B1B019d02f34
Octal11521227673330313205764
Binary100110110001010101111101110111101101100111010000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,138,190); }

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

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

 a { background-color: rgb(77,138,190); }

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

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

 span { border-color: rgb(77,138,190); }

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