#4C7AAA

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

Shades of Steel Blue #4C7AAA

Tints of Steel Blue #4C7AAA

Color information

#4C7AAA (or 0x4C7AAA) is unknown color: approx Steel Blue. HEX triplet: 4C, 7A and AA. RGB value is (76,122,170). Sum of RGB (Red+Green+Blue) = 76+122+170=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7AAA is #B38555. Grayscale: #717171. Windows color (decimal): -11765078 or 11172428. OLE color: 11172428.

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

Color convert

RGB76122170-
CMYK0.550.2800.33
HSL210.64º38.21%48.24%-
HSV(B)210.64º55.29%66.67%-
XYZ17.218.3640.67-
YUV113.72159.76101.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=20.65%
G=33.15%
B=46.20%

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
Decimal761221700.550.2800.33210.6438.2148.24
Hex4C7AAA371C021d32630
Octal11417225267340413234660
Binary100110011110101010101011011111100010000111010011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,122,170); }

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

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

 a { background-color: rgb(76,122,170); }

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

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

 span { border-color: rgb(76,122,170); }

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