#4978AF

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

Shades of Steel Blue #4978AF

Tints of Steel Blue #4978AF

Color information

#4978AF (or 0x4978AF) is unknown color: approx Steel Blue. HEX triplet: 49, 78 and AF. RGB value is (73,120,175). Sum of RGB (Red+Green+Blue) = 73+120+175=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #4978AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4978AF is #B68750. Grayscale: #6F6F6F. Windows color (decimal): -11962193 or 11499593. OLE color: 11499593.

HSL color Cylindrical-coordinate representation of color #4978AF: hue angle of 212.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4978AF is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73120175-
CMYK0.580.3100.31
HSL212.35º41.13%48.63%-
HSV(B)212.35º58.29%68.63%-
XYZ17.217.9443.11-
YUV112.22163.43100.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=19.84%
G=32.61%
B=47.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731201750.580.3100.31212.3541.1348.63
Hex4978AF3A1F01Fd42931
Octal11117025772370373245161
Binary10010011111000101011111110101111101111111010100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4978AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4978AF; }

 p { color: rgb(73,120,175); }

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

<style>
 a { background-color: #4978AF; }

 a { background-color: rgb(73,120,175); }

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

<style>
 span { border-color: #4978AF; }

 span { border-color: rgb(73,120,175); }

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