#4E94AC

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

Shades of Boston Blue #4E94AC

Tints of Boston Blue #4E94AC

Color information

#4E94AC (or 0x4E94AC) is unknown color: approx Boston Blue. HEX triplet: 4E, 94 and AC. RGB value is (78,148,172). Sum of RGB (Red+Green+Blue) = 78+148+172=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E94AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E94AC is #B16B53. Grayscale: #818181. Windows color (decimal): -11627348 or 11310158. OLE color: 11310158.

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

Color convert

RGB78148172-
CMYK0.550.1400.33
HSL195.32º37.6%49.02%-
HSV(B)195.32º54.65%67.45%-
XYZ21.1825.7842.89-
YUV129.81151.8191.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=19.60%
G=37.19%
B=43.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781481720.550.1400.33195.3237.649.02
Hex4E94AC37E021c32631
Octal11622425467160413034661
Binary100111010010100101011001101111110010000111000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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