#4D83BB

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

Shades of Steel Blue #4D83BB

Tints of Steel Blue #4D83BB

Color information

#4D83BB (or 0x4D83BB) is unknown color: approx Steel Blue. HEX triplet: 4D, 83 and BB. RGB value is (77,131,187). Sum of RGB (Red+Green+Blue) = 77+131+187=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D83BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D83BB is #B27C44. Grayscale: #787878. Windows color (decimal): -11697221 or 12288845. OLE color: 12288845.

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

Color convert

RGB77131187-
CMYK0.590.3000.27
HSL210.55º44.72%51.76%-
HSV(B)210.55º58.82%73.33%-
XYZ20.1521.450.08-
YUV121.24165.1196.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.49%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=19.49%
G=33.16%
B=47.34%

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
Decimal771311870.590.3000.27210.5544.7251.76
Hex4D83BB3B1E01Bd32d34
Octal11520327373360333235564
Binary100110110000011101110111110111111001101111010011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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