#4D83BA

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

Shades of Steel Blue #4D83BA

Tints of Steel Blue #4D83BA

Color information

#4D83BA (or 0x4D83BA) is unknown color: approx Steel Blue. HEX triplet: 4D, 83 and BA. RGB value is (77,131,186). Sum of RGB (Red+Green+Blue) = 77+131+186=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D83BA is #B27C45. Grayscale: #787878. Windows color (decimal): -11697222 or 12223309. OLE color: 12223309.

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

Color convert

RGB77131186-
CMYK0.590.3000.27
HSL210.28º44.13%51.57%-
HSV(B)210.28º58.6%72.94%-
XYZ20.0421.3649.52-
YUV121.12164.6196.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.54%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=19.54%
G=33.25%
B=47.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771311860.590.3000.27210.2844.1351.57
Hex4D83BA3B1E01Bd22c34
Octal11520327273360333225464
Binary100110110000011101110101110111111001101111010010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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