#4E8BAA

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

Shades of Boston Blue #4E8BAA

Tints of Boston Blue #4E8BAA

Color information

#4E8BAA (or 0x4E8BAA) is unknown color: approx Boston Blue. HEX triplet: 4E, 8B and AA. RGB value is (78,139,170). Sum of RGB (Red+Green+Blue) = 78+139+170=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E8BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8BAA is #B17455. Grayscale: #7C7C7C. Windows color (decimal): -11629654 or 11176782. OLE color: 11176782.

HSL color Cylindrical-coordinate representation of color #4E8BAA: hue angle of 200.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E8BAA is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB78139170-
CMYK0.540.1800.33
HSL200.22º37.1%48.63%-
HSV(B)200.22º54.12%66.67%-
XYZ19.6322.9941.43-
YUV124.29153.7994.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.16%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=20.16%
G=35.92%
B=43.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781391700.540.1800.33200.2237.148.63
Hex4E8BAA3612021c82531
Octal11621325266220413104561
Binary1001110100010111010101011011010010010000111001000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,139,170); }

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

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

 a { background-color: rgb(78,139,170); }

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

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

 span { border-color: rgb(78,139,170); }

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