#4e95ab

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

Shades of Boston Blue #4E95AB

Tints of Boston Blue #4E95AB

Color information

#4E95AB (or 0x4E95AB) is unknown color: approx Boston Blue. HEX triplet: 4E, 95 and AB. RGB value is (78,149,171). Sum of RGB (Red+Green+Blue) = 78+149+171=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E95AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E95AB is #B16A54. Grayscale: #828282. Windows color (decimal): -11627093 or 11244878. OLE color: 11244878.

HSL color Cylindrical-coordinate representation of color #4E95AB: hue angle of 194.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E95AB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB78149171-
CMYK0.540.1300.33
HSL194.19º37.35%48.82%-
HSV(B)194.19º54.39%67.06%-
XYZ21.2426.0542.44-
YUV130.28150.9890.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=19.60%
G=37.44%
B=42.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781491710.540.1300.33194.1937.3548.82
Hex4E95AB36D021c22531
Octal11622525366150413024561
Binary100111010010101101010111101101101010000111000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e95ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,171); }

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

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

 a { background-color: rgb(78,149,171); }

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

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

 span { border-color: rgb(78,149,171); }

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