#4D79AD

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

Shades of Steel Blue #4D79AD

Tints of Steel Blue #4D79AD

Color information

#4D79AD (or 0x4D79AD) is unknown color: approx Steel Blue. HEX triplet: 4D, 79 and AD. RGB value is (77,121,173). Sum of RGB (Red+Green+Blue) = 77+121+173=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D79AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D79AD is #B28652. Grayscale: #717171. Windows color (decimal): -11699795 or 11368781. OLE color: 11368781.

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

Color convert

RGB77121173-
CMYK0.550.3000.32
HSL212.5º38.4%49.02%-
HSV(B)212.5º55.49%67.84%-
XYZ17.4418.2742.14-
YUV113.77161.42101.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=20.75%
G=32.61%
B=46.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771211730.550.3000.32212.538.449.02
Hex4D79AD371E020d42631
Octal11517125567360403244661
Binary100110111110011010110111011111110010000011010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D79AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,121,173); }

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

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

 a { background-color: rgb(77,121,173); }

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

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

 span { border-color: rgb(77,121,173); }

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