#4EA0B1

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

Shades of Boston Blue #4EA0B1

Tints of Boston Blue #4EA0B1

Color information

#4EA0B1 (or 0x4EA0B1) is unknown color: approx Boston Blue. HEX triplet: 4E, A0 and B1. RGB value is (78,160,177). Sum of RGB (Red+Green+Blue) = 78+160+177=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #4EA0B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA0B1 is #B15F4E. Grayscale: #898989. Windows color (decimal): -11624271 or 11640910. OLE color: 11640910.

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

Color convert

RGB78160177-
CMYK0.560.1000.31
HSL190.3º38.82%50%-
HSV(B)190.3º55.93%69.41%-
XYZ23.6529.9446.13-
YUV137.42150.3385.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.80%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 177 (69.53% from 255) = 42.65%
R=18.80%
G=38.55%
B=42.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781601770.560.1000.31190.338.8250
Hex4EA0B138A01Fbe2732
Octal11624026170120372764762
Binary10011101010000010110001111000101001111110111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,160,177); }

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

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

 a { background-color: rgb(78,160,177); }

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

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

 span { border-color: rgb(78,160,177); }

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