#4E8CAD

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

Shades of Boston Blue #4E8CAD

Tints of Boston Blue #4E8CAD

Color information

#4E8CAD (or 0x4E8CAD) is unknown color: approx Boston Blue. HEX triplet: 4E, 8C and AD. RGB value is (78,140,173). Sum of RGB (Red+Green+Blue) = 78+140+173=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E8CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8CAD is #B17352. Grayscale: #7D7D7D. Windows color (decimal): -11629395 or 11373646. OLE color: 11373646.

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

Color convert

RGB78140173-
CMYK0.550.1900.32
HSL200.84º37.85%49.22%-
HSV(B)200.84º54.91%67.84%-
XYZ20.0623.3942.99-
YUV125.22154.9694.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.95%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=19.95%
G=35.81%
B=44.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781401730.550.1900.32200.8437.8549.22
Hex4E8CAD3713020c92631
Octal11621425567230403114661
Binary1001110100011001010110111011110011010000011001001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,140,173); }

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

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

 a { background-color: rgb(78,140,173); }

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

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

 span { border-color: rgb(78,140,173); }

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