#4E78AF

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

Shades of Steel Blue #4E78AF

Tints of Steel Blue #4E78AF

Color information

#4E78AF (or 0x4E78AF) is unknown color: approx Steel Blue. HEX triplet: 4E, 78 and AF. RGB value is (78,120,175). Sum of RGB (Red+Green+Blue) = 78+120+175=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E78AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E78AF is #B18750. Grayscale: #717171. Windows color (decimal): -11634513 or 11499598. OLE color: 11499598.

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

Color convert

RGB78120175-
CMYK0.550.3100.31
HSL214.02º38.34%49.61%-
HSV(B)214.02º55.43%68.63%-
XYZ17.618.1543.13-
YUV113.71162.59102.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=20.91%
G=32.17%
B=46.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781201750.550.3100.31214.0238.3449.61
Hex4E78AF371F01Fd62632
Octal11617025767370373264662
Binary10011101111000101011111101111111101111111010110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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