#4B90AA

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

Shades of Boston Blue #4B90AA

Tints of Boston Blue #4B90AA

Color information

#4B90AA (or 0x4B90AA) is unknown color: approx Boston Blue. HEX triplet: 4B, 90 and AA. RGB value is (75,144,170). Sum of RGB (Red+Green+Blue) = 75+144+170=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B90AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B90AA is #B46F55. Grayscale: #7E7E7E. Windows color (decimal): -11824982 or 11178059. OLE color: 11178059.

HSL color Cylindrical-coordinate representation of color #4B90AA: hue angle of 196.42º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B90AA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75144170-
CMYK0.560.1500.33
HSL196.42º38.78%48.04%-
HSV(B)196.42º55.88%66.67%-
XYZ20.1324.3441.67-
YUV126.33152.6491.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.28%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=19.28%
G=37.02%
B=43.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751441700.560.1500.33196.4238.7848.04
Hex4B90AA38F021c42730
Octal11322025270170413044760
Binary100101110010000101010101110001111010000111000100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,144,170); }

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

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

 a { background-color: rgb(75,144,170); }

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

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

 span { border-color: rgb(75,144,170); }

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