#4E8FAE

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

Shades of Boston Blue #4E8FAE

Tints of Boston Blue #4E8FAE

Color information

#4E8FAE (or 0x4E8FAE) is unknown color: approx Boston Blue. HEX triplet: 4E, 8F and AE. RGB value is (78,143,174). Sum of RGB (Red+Green+Blue) = 78+143+174=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8FAE is #B17051. Grayscale: #7E7E7E. Windows color (decimal): -11628626 or 11439950. OLE color: 11439950.

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

Color convert

RGB78143174-
CMYK0.550.1800.32
HSL199.38º38.1%49.41%-
HSV(B)199.38º55.17%68.24%-
XYZ20.624.3243.65-
YUV127.1154.4792.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.75%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=19.75%
G=36.20%
B=44.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781431740.550.1800.32199.3838.149.41
Hex4E8FAE3712020c72631
Octal11621725667220403074661
Binary1001110100011111010111011011110010010000011000111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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