#4A9AAB

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

Shades of Boston Blue #4A9AAB

Tints of Boston Blue #4A9AAB

Color information

#4A9AAB (or 0x4A9AAB) is unknown color: approx Boston Blue. HEX triplet: 4A, 9A and AB. RGB value is (74,154,171). Sum of RGB (Red+Green+Blue) = 74+154+171=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A9AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9AAB is #B56554. Grayscale: #838383. Windows color (decimal): -11887957 or 11246154. OLE color: 11246154.

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

Color convert

RGB74154171-
CMYK0.570.1000.33
HSL190.52º39.59%48.04%-
HSV(B)190.52º56.73%67.06%-
XYZ21.7327.5142.69-
YUV132.0215086.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 154 (60.55% from 255) = 38.60%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=18.55%
G=38.60%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741541710.570.1000.33190.5239.5948.04
Hex4A9AAB39A021bf2830
Octal11223225371120412775060
Binary100101010011010101010111110011010010000110111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,154,171); }

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

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

 a { background-color: rgb(74,154,171); }

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

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

 span { border-color: rgb(74,154,171); }

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