#4E99AF

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

Shades of Boston Blue #4E99AF

Tints of Boston Blue #4E99AF

Color information

#4E99AF (or 0x4E99AF) is unknown color: approx Boston Blue. HEX triplet: 4E, 99 and AF. RGB value is (78,153,175). Sum of RGB (Red+Green+Blue) = 78+153+175=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E99AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E99AF is #B16650. Grayscale: #848484. Windows color (decimal): -11626065 or 11508046. OLE color: 11508046.

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

Color convert

RGB78153175-
CMYK0.550.1300.31
HSL193.61º38.34%49.61%-
HSV(B)193.61º55.43%68.63%-
XYZ22.2727.544.69-
YUV133.08151.6588.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.21%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=19.21%
G=37.68%
B=43.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781531750.550.1300.31193.6138.3449.61
Hex4E99AF37D01Fc22632
Octal11623125767150373024662
Binary10011101001100110101111110111110101111111000010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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