#4B9AAF

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

Shades of Boston Blue #4B9AAF

Tints of Boston Blue #4B9AAF

Color information

#4B9AAF (or 0x4B9AAF) is unknown color: approx Boston Blue. HEX triplet: 4B, 9A and AF. RGB value is (75,154,175). Sum of RGB (Red+Green+Blue) = 75+154+175=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B9AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9AAF is #B46550. Grayscale: #848484. Windows color (decimal): -11822417 or 11508299. OLE color: 11508299.

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

Color convert

RGB75154175-
CMYK0.570.1200.31
HSL192.6º40%49.02%-
HSV(B)192.6º57.14%68.63%-
XYZ22.227.744.73-
YUV132.77151.8386.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.56%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=18.56%
G=38.12%
B=43.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751541750.570.1200.31192.64049.02
Hex4B9AAF39C01Fc12831
Octal11323225771140373015061
Binary10010111001101010101111111001110001111111000001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,154,175); }

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

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

 a { background-color: rgb(75,154,175); }

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

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

 span { border-color: rgb(75,154,175); }

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