#4EA0AF

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

Shades of Boston Blue #4EA0AF

Tints of Boston Blue #4EA0AF

Color information

#4EA0AF (or 0x4EA0AF) is unknown color: approx Boston Blue. HEX triplet: 4E, A0 and AF. RGB value is (78,160,175). Sum of RGB (Red+Green+Blue) = 78+160+175=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #4EA0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA0AF is #B15F50. Grayscale: #898989. Windows color (decimal): -11624273 or 11509838. OLE color: 11509838.

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

Color convert

RGB78160175-
CMYK0.550.0900.31
HSL189.28º38.34%49.61%-
HSV(B)189.28º55.43%68.63%-
XYZ23.4529.8645.08-
YUV137.19149.3385.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.89%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=18.89%
G=38.74%
B=42.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781601750.550.0900.31189.2838.3449.61
Hex4EA0AF37901Fbd2632
Octal11624025767110372754662
Binary10011101010000010101111110111100101111110111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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