#4A7AAB

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

Shades of Steel Blue #4A7AAB

Tints of Steel Blue #4A7AAB

Color information

#4A7AAB (or 0x4A7AAB) is unknown color: approx Steel Blue. HEX triplet: 4A, 7A and AB. RGB value is (74,122,171). Sum of RGB (Red+Green+Blue) = 74+122+171=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A7AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7AAB is #B58554. Grayscale: #707070. Windows color (decimal): -11896149 or 11237962. OLE color: 11237962.

HSL color Cylindrical-coordinate representation of color #4A7AAB: hue angle of 210.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A7AAB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74122171-
CMYK0.570.2900.33
HSL210.31º39.59%48.04%-
HSV(B)210.31º56.73%67.06%-
XYZ17.1318.3241.16-
YUV113.23160.6100.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.16%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=20.16%
G=33.24%
B=46.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741221710.570.2900.33210.3139.5948.04
Hex4A7AAB391D021d22830
Octal11217225371350413225060
Binary100101011110101010101111100111101010000111010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,122,171); }

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

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

 a { background-color: rgb(74,122,171); }

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

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

 span { border-color: rgb(74,122,171); }

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