#4C78AA

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

Shades of Steel Blue #4C78AA

Tints of Steel Blue #4C78AA

Color information

#4C78AA (or 0x4C78AA) is unknown color: approx Steel Blue. HEX triplet: 4C, 78 and AA. RGB value is (76,120,170). Sum of RGB (Red+Green+Blue) = 76+120+170=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C78AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C78AA is #B38755. Grayscale: #707070. Windows color (decimal): -11765590 or 11171916. OLE color: 11171916.

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

Color convert

RGB76120170-
CMYK0.550.2900.33
HSL211.91º38.21%48.24%-
HSV(B)211.91º55.29%66.67%-
XYZ16.9517.8740.59-
YUV112.54160.42101.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=20.77%
G=32.79%
B=46.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761201700.550.2900.33211.9138.2148.24
Hex4C78AA371D021d42630
Octal11417025267350413244660
Binary100110011110001010101011011111101010000111010100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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