#4E94AE

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

Shades of Boston Blue #4E94AE

Tints of Boston Blue #4E94AE

Color information

#4E94AE (or 0x4E94AE) is unknown color: approx Boston Blue. HEX triplet: 4E, 94 and AE. RGB value is (78,148,174). Sum of RGB (Red+Green+Blue) = 78+148+174=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E94AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E94AE is #B16B51. Grayscale: #818181. Windows color (decimal): -11627346 or 11441230. OLE color: 11441230.

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

Color convert

RGB78148174-
CMYK0.550.1500.32
HSL196.25º38.1%49.41%-
HSV(B)196.25º55.17%68.24%-
XYZ21.3725.8643.91-
YUV130.03152.8190.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=19.5%
G=37%
B=43.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781481740.550.1500.32196.2538.149.41
Hex4E94AE37F020c42631
Octal11622425667170403044661
Binary100111010010100101011101101111111010000011000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,148,174); }

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

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

 a { background-color: rgb(78,148,174); }

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

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

 span { border-color: rgb(78,148,174); }

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