#4E98B0

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

Shades of Boston Blue #4E98B0

Tints of Boston Blue #4E98B0

Color information

#4E98B0 (or 0x4E98B0) is unknown color: approx Boston Blue. HEX triplet: 4E, 98 and B0. RGB value is (78,152,176). Sum of RGB (Red+Green+Blue) = 78+152+176=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #4E98B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E98B0 is #B1674F. Grayscale: #848484. Windows color (decimal): -11626320 or 11573326. OLE color: 11573326.

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

Color convert

RGB78152176-
CMYK0.560.1400.31
HSL194.69º38.58%49.8%-
HSV(B)194.69º55.68%69.02%-
XYZ22.2127.2145.16-
YUV132.61152.4889.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.21%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 176 (69.14% from 255) = 43.35%
R=19.21%
G=37.44%
B=43.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781521760.560.1400.31194.6938.5849.8
Hex4E98B038E01Fc32732
Octal11623026070160373034762
Binary10011101001100010110000111000111001111111000011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E98B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,152,176); }

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

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

 a { background-color: rgb(78,152,176); }

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

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

 span { border-color: rgb(78,152,176); }

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