#4a9abc

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

Shades of Boston Blue #4A9ABC

Tints of Boston Blue #4A9ABC

Color information

#4A9ABC (or 0x4A9ABC) is unknown color: approx Boston Blue. HEX triplet: 4A, 9A and BC. RGB value is (74,154,188). Sum of RGB (Red+Green+Blue) = 74+154+188=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A9ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9ABC is #B56543. Grayscale: #858585. Windows color (decimal): -11887940 or 12360266. OLE color: 12360266.

HSL color Cylindrical-coordinate representation of color #4A9ABC: hue angle of 197.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A9ABC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB74154188-
CMYK0.610.1800.26
HSL197.89º45.97%51.37%-
HSV(B)197.89º60.64%73.73%-
XYZ23.4628.251.78-
YUV133.96158.585.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.79%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=17.79%
G=37.02%
B=45.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741541880.610.1800.26197.8945.9751.37
Hex4A9ABC3D1201Ac62e33
Octal11223227475220323065663
Binary100101010011010101111001111011001001101011000110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a9abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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