#4C78AF

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

Shades of Steel Blue #4C78AF

Tints of Steel Blue #4C78AF

Color information

#4C78AF (or 0x4C78AF) is unknown color: approx Steel Blue. HEX triplet: 4C, 78 and AF. RGB value is (76,120,175). Sum of RGB (Red+Green+Blue) = 76+120+175=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C78AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C78AF is #B38750. Grayscale: #707070. Windows color (decimal): -11765585 or 11499596. OLE color: 11499596.

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

Color convert

RGB76120175-
CMYK0.570.3100.31
HSL213.33º39.44%49.22%-
HSV(B)213.33º56.57%68.63%-
XYZ17.4318.0643.13-
YUV113.11162.92101.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=20.49%
G=32.35%
B=47.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761201750.570.3100.31213.3339.4449.22
Hex4C78AF391F01Fd52731
Octal11417025771370373254761
Binary10011001111000101011111110011111101111111010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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