#4A9BA6

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

Shades of Boston Blue #4A9BA6

Tints of Boston Blue #4A9BA6

Color information

#4A9BA6 (or 0x4A9BA6) is unknown color: approx Boston Blue. HEX triplet: 4A, 9B and A6. RGB value is (74,155,166). Sum of RGB (Red+Green+Blue) = 74+155+166=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 166 - color contains mainly: blue. Hex color #4A9BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9BA6 is #B56459. Grayscale: #838383. Windows color (decimal): -11887706 or 10918730. OLE color: 10918730.

HSL color Cylindrical-coordinate representation of color #4A9BA6: hue angle of 187.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A9BA6 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB74155166-
CMYK0.550.0700.35
HSL187.17º38.33%47.06%-
HSV(B)187.17º55.42%65.1%-
XYZ21.4327.6540.28-
YUV132.04147.1686.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.73%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 166 (65.23% from 255) = 42.03%
R=18.73%
G=39.24%
B=42.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal741551660.550.0700.35187.1738.3347.06
Hex4A9BA6377023bb262f
Octal1122332466770432734657
Binary10010101001101110100110110111111010001110111011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,155,166); }

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

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

 a { background-color: rgb(74,155,166); }

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

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

 span { border-color: rgb(74,155,166); }

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