#4E90AF

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

Shades of Boston Blue #4E90AF

Tints of Boston Blue #4E90AF

Color information

#4E90AF (or 0x4E90AF) is unknown color: approx Boston Blue. HEX triplet: 4E, 90 and AF. RGB value is (78,144,175). Sum of RGB (Red+Green+Blue) = 78+144+175=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E90AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E90AF is #B16F50. Grayscale: #7F7F7F. Windows color (decimal): -11628369 or 11505742. OLE color: 11505742.

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

Color convert

RGB78144175-
CMYK0.550.1800.31
HSL199.18º38.34%49.61%-
HSV(B)199.18º55.43%68.63%-
XYZ20.8524.6644.22-
YUV127.8154.6392.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.65%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=19.65%
G=36.27%
B=44.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781441750.550.1800.31199.1838.3449.61
Hex4E90AF371201Fc72632
Octal11622025767220373074662
Binary100111010010000101011111101111001001111111000111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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