#4D85BA

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

Shades of Steel Blue #4D85BA

Tints of Steel Blue #4D85BA

Color information

#4D85BA (or 0x4D85BA) is unknown color: approx Steel Blue. HEX triplet: 4D, 85 and BA. RGB value is (77,133,186). Sum of RGB (Red+Green+Blue) = 77+133+186=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D85BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85BA is #B27A45. Grayscale: #7A7A7A. Windows color (decimal): -11696710 or 12223821. OLE color: 12223821.

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

Color convert

RGB77133186-
CMYK0.590.2800.27
HSL209.17º44.13%51.57%-
HSV(B)209.17º58.6%72.94%-
XYZ20.3121.949.61-
YUV122.3163.9595.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.44%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=19.44%
G=33.59%
B=46.97%

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
Decimal771331860.590.2800.27209.1744.1351.57
Hex4D85BA3B1C01Bd12c34
Octal11520527273340333215464
Binary100110110000101101110101110111110001101111010001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,133,186); }

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

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

 a { background-color: rgb(77,133,186); }

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

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

 span { border-color: rgb(77,133,186); }

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