#4D7BAC

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

Shades of Steel Blue #4D7BAC

Tints of Steel Blue #4D7BAC

Color information

#4D7BAC (or 0x4D7BAC) is unknown color: approx Steel Blue. HEX triplet: 4D, 7B and AC. RGB value is (77,123,172). Sum of RGB (Red+Green+Blue) = 77+123+172=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7BAC is #B28453. Grayscale: #727272. Windows color (decimal): -11699284 or 11303757. OLE color: 11303757.

HSL color Cylindrical-coordinate representation of color #4D7BAC: hue angle of 210.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7BAC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77123172-
CMYK0.550.2800.33
HSL210.95º38.15%48.82%-
HSV(B)210.95º55.23%67.45%-
XYZ17.5918.7241.72-
YUV114.83160.26101.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=20.70%
G=33.06%
B=46.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771231720.550.2800.33210.9538.1548.82
Hex4D7BAC371C021d32631
Octal11517325467340413234661
Binary100110111110111010110011011111100010000111010011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,123,172); }

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

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

 a { background-color: rgb(77,123,172); }

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

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

 span { border-color: rgb(77,123,172); }

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