#4B89AD

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

Shades of Boston Blue #4B89AD

Tints of Boston Blue #4B89AD

Color information

#4B89AD (or 0x4B89AD) is unknown color: approx Boston Blue. HEX triplet: 4B, 89 and AD. RGB value is (75,137,173). Sum of RGB (Red+Green+Blue) = 75+137+173=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B89AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B89AD is #B47652. Grayscale: #7A7A7A. Windows color (decimal): -11826771 or 11372875. OLE color: 11372875.

HSL color Cylindrical-coordinate representation of color #4B89AD: hue angle of 202.04º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B89AD is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB75137173-
CMYK0.570.2100.32
HSL202.04º39.52%48.63%-
HSV(B)202.04º56.65%67.84%-
XYZ19.3922.442.84-
YUV122.57156.4694.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=19.48%
G=35.58%
B=44.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751371730.570.2100.32202.0439.5248.63
Hex4B89AD3915020ca2831
Octal11321125571250403125061
Binary1001011100010011010110111100110101010000011001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,137,173); }

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

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

 a { background-color: rgb(75,137,173); }

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

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

 span { border-color: rgb(75,137,173); }

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