#4A7AAC

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

Shades of Steel Blue #4A7AAC

Tints of Steel Blue #4A7AAC

Color information

#4A7AAC (or 0x4A7AAC) is unknown color: approx Steel Blue. HEX triplet: 4A, 7A and AC. RGB value is (74,122,172). Sum of RGB (Red+Green+Blue) = 74+122+172=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7AAC is #B58553. Grayscale: #717171. Windows color (decimal): -11896148 or 11303498. OLE color: 11303498.

HSL color Cylindrical-coordinate representation of color #4A7AAC: hue angle of 210.61º 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 #4A7AAC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74122172-
CMYK0.570.2900.33
HSL210.61º39.84%48.24%-
HSV(B)210.61º56.98%67.45%-
XYZ17.2318.3541.66-
YUV113.35161.199.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.11%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=20.11%
G=33.15%
B=46.74%

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
Decimal741221720.570.2900.33210.6139.8448.24
Hex4A7AAC391D021d32830
Octal11217225471350413235060
Binary100101011110101010110011100111101010000111010011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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