#4A8AB0

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

Shades of Boston Blue #4A8AB0

Tints of Boston Blue #4A8AB0

Color information

#4A8AB0 (or 0x4A8AB0) is unknown color: approx Boston Blue. HEX triplet: 4A, 8A and B0. RGB value is (74,138,176). Sum of RGB (Red+Green+Blue) = 74+138+176=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: blue. Hex color #4A8AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8AB0 is #B5754F. Grayscale: #7A7A7A. Windows color (decimal): -11892048 or 11569738. OLE color: 11569738.

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

Color convert

RGB74138176-
CMYK0.580.2200.31
HSL202.35º40.8%49.02%-
HSV(B)202.35º57.95%69.02%-
XYZ19.7522.7744.43-
YUV123.2157.892.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.07%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 176 (69.14% from 255) = 45.36%
R=19.07%
G=35.57%
B=45.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741381760.580.2200.31202.3540.849.02
Hex4A8AB03A1601Fca2931
Octal11221226072260373125161
Binary100101010001010101100001110101011001111111001010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,138,176); }

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

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

 a { background-color: rgb(74,138,176); }

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

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

 span { border-color: rgb(74,138,176); }

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