#4A9CB0

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

Shades of Boston Blue #4A9CB0

Tints of Boston Blue #4A9CB0

Color information

#4A9CB0 (or 0x4A9CB0) is unknown color: approx Boston Blue. HEX triplet: 4A, 9C and B0. RGB value is (74,156,176). Sum of RGB (Red+Green+Blue) = 74+156+176=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #4A9CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9CB0 is #B5634F. Grayscale: #858585. Windows color (decimal): -11887440 or 11574346. OLE color: 11574346.

HSL color Cylindrical-coordinate representation of color #4A9CB0: hue angle of 191.76º 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 #4A9CB0 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB74156176-
CMYK0.580.1100.31
HSL191.76º40.8%49.02%-
HSV(B)191.76º57.95%69.02%-
XYZ22.5528.3745.36-
YUV133.76151.8385.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.23%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 176 (69.14% from 255) = 43.35%
R=18.23%
G=38.42%
B=43.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741561760.580.1100.31191.7640.849.02
Hex4A9CB03AB01Fc02931
Octal11223426072130373005161
Binary10010101001110010110000111010101101111111000000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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