#4E8AAE

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

Shades of Boston Blue #4E8AAE

Tints of Boston Blue #4E8AAE

Color information

#4E8AAE (or 0x4E8AAE) is unknown color: approx Boston Blue. HEX triplet: 4E, 8A and AE. RGB value is (78,138,174). Sum of RGB (Red+Green+Blue) = 78+138+174=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8AAE is #B17551. Grayscale: #7B7B7B. Windows color (decimal): -11629906 or 11438670. OLE color: 11438670.

HSL color Cylindrical-coordinate representation of color #4E8AAE: hue angle of 202.5º 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 #4E8AAE is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB78138174-
CMYK0.550.2100.32
HSL202.5º38.1%49.41%-
HSV(B)202.5º55.17%68.24%-
XYZ19.8722.8543.41-
YUV124.16156.1295.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=20%
G=35.38%
B=44.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781381740.550.2100.32202.538.149.41
Hex4E8AAE3715020ca2631
Octal11621225667250403124661
Binary1001110100010101010111011011110101010000011001010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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