#4E8CAF

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

Shades of Boston Blue #4E8CAF

Tints of Boston Blue #4E8CAF

Color information

#4E8CAF (or 0x4E8CAF) is unknown color: approx Boston Blue. HEX triplet: 4E, 8C and AF. RGB value is (78,140,175). Sum of RGB (Red+Green+Blue) = 78+140+175=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E8CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8CAF is #B17350. Grayscale: #7D7D7D. Windows color (decimal): -11629393 or 11504718. OLE color: 11504718.

HSL color Cylindrical-coordinate representation of color #4E8CAF: hue angle of 201.65º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E8CAF is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB78140175-
CMYK0.550.200.31
HSL201.65º38.34%49.61%-
HSV(B)201.65º55.43%68.63%-
XYZ20.2623.4744.02-
YUV125.45155.9694.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.85%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=19.85%
G=35.62%
B=44.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781401750.550.200.31201.6538.3449.61
Hex4E8CAF371401Fca2632
Octal11621425767240373124662
Binary100111010001100101011111101111010001111111001010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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