#4E8EAC

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

Shades of Boston Blue #4E8EAC

Tints of Boston Blue #4E8EAC

Color information

#4E8EAC (or 0x4E8EAC) is unknown color: approx Boston Blue. HEX triplet: 4E, 8E and AC. RGB value is (78,142,172). Sum of RGB (Red+Green+Blue) = 78+142+172=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E8EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8EAC is #B17153. Grayscale: #7E7E7E. Windows color (decimal): -11628884 or 11308622. OLE color: 11308622.

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

Color convert

RGB78142172-
CMYK0.550.1700.33
HSL199.15º37.6%49.02%-
HSV(B)199.15º54.65%67.45%-
XYZ20.2623.9442.58-
YUV126.28153.893.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=19.90%
G=36.22%
B=43.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781421720.550.1700.33199.1537.649.02
Hex4E8EAC3711021c72631
Octal11621625467210413074661
Binary1001110100011101010110011011110001010000111000111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,142,172); }

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

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

 a { background-color: rgb(78,142,172); }

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

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

 span { border-color: rgb(78,142,172); }

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