#4895AE

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

Shades of Boston Blue #4895AE

Tints of Boston Blue #4895AE

Color information

#4895AE (or 0x4895AE) is unknown color: approx Boston Blue. HEX triplet: 48, 95 and AE. RGB value is (72,149,174). Sum of RGB (Red+Green+Blue) = 72+149+174=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #4895AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4895AE is #B76A51. Grayscale: #808080. Windows color (decimal): -12020306 or 11441480. OLE color: 11441480.

HSL color Cylindrical-coordinate representation of color #4895AE: hue angle of 194.71º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4895AE is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72149174-
CMYK0.590.1400.32
HSL194.71º41.46%48.24%-
HSV(B)194.71º58.62%68.24%-
XYZ21.0625.9343.94-
YUV128.83153.4987.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=18.23%
G=37.72%
B=44.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721491740.590.1400.32194.7141.4648.24
Hex4895AE3BE020c32930
Octal11022525673160403035160
Binary100100010010101101011101110111110010000011000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4895AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4895AE; }

 p { color: rgb(72,149,174); }

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

<style>
 a { background-color: #4895AE; }

 a { background-color: rgb(72,149,174); }

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

<style>
 span { border-color: #4895AE; }

 span { border-color: rgb(72,149,174); }

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