#4A78A6

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

Shades of Steel Blue #4A78A6

Tints of Steel Blue #4A78A6

Color information

#4A78A6 (or 0x4A78A6) is unknown color: approx Steel Blue. HEX triplet: 4A, 78 and A6. RGB value is (74,120,166). Sum of RGB (Red+Green+Blue) = 74+120+166=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #4A78A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A78A6 is #B58759. Grayscale: #6F6F6F. Windows color (decimal): -11896666 or 10909770. OLE color: 10909770.

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

Color convert

RGB74120166-
CMYK0.550.2800.35
HSL210º38.33%47.06%-
HSV(B)210º55.42%65.1%-
XYZ16.4217.6438.62-
YUV111.49158.76101.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.56%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 166 (65.23% from 255) = 46.11%
R=20.56%
G=33.33%
B=46.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal741201660.550.2800.3521038.3347.06
Hex4A78A6371C023d2262f
Octal11217024667340433224657
Binary100101011110001010011011011111100010001111010010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A78A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,120,166); }

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

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

 a { background-color: rgb(74,120,166); }

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

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

 span { border-color: rgb(74,120,166); }

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