#4D7AB1

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

Shades of Steel Blue #4D7AB1

Tints of Steel Blue #4D7AB1

Color information

#4D7AB1 (or 0x4D7AB1) is unknown color: approx Steel Blue. HEX triplet: 4D, 7A and B1. RGB value is (77,122,177). Sum of RGB (Red+Green+Blue) = 77+122+177=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #4D7AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7AB1 is #B2854E. Grayscale: #727272. Windows color (decimal): -11699535 or 11631181. OLE color: 11631181.

HSL color Cylindrical-coordinate representation of color #4D7AB1: hue angle of 213º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D7AB1 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB77122177-
CMYK0.560.3100.31
HSL213º39.37%49.8%-
HSV(B)213º56.5%69.41%-
XYZ17.9618.6744.25-
YUV114.81163.09101.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.48%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=20.48%
G=32.45%
B=47.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771221770.560.3100.3121339.3749.8
Hex4D7AB1381F01Fd52732
Octal11517226170370373254762
Binary10011011111010101100011110001111101111111010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,122,177); }

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

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

 a { background-color: rgb(77,122,177); }

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

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

 span { border-color: rgb(77,122,177); }

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