#4D78AC

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

Shades of Steel Blue #4D78AC

Tints of Steel Blue #4D78AC

Color information

#4D78AC (or 0x4D78AC) is unknown color: approx Steel Blue. HEX triplet: 4D, 78 and AC. RGB value is (77,120,172). Sum of RGB (Red+Green+Blue) = 77+120+172=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D78AC is #B28753. Grayscale: #707070. Windows color (decimal): -11700052 or 11302989. OLE color: 11302989.

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

Color convert

RGB77120172-
CMYK0.550.3000.33
HSL212.84º38.15%48.82%-
HSV(B)212.84º55.23%67.45%-
XYZ17.2217.9941.59-
YUV113.07161.25102.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=20.87%
G=32.52%
B=46.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771201720.550.3000.33212.8438.1548.82
Hex4D78AC371E021d52631
Octal11517025467360413254661
Binary100110111110001010110011011111110010000111010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,120,172); }

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

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

 a { background-color: rgb(77,120,172); }

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

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

 span { border-color: rgb(77,120,172); }

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