#44A0B9

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

Shades of Boston Blue #44A0B9

Tints of Boston Blue #44A0B9

Color information

#44A0B9 (or 0x44A0B9) is unknown color: approx Boston Blue. HEX triplet: 44, A0 and B9. RGB value is (68,160,185). Sum of RGB (Red+Green+Blue) = 68+160+185=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #44A0B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A0B9 is #BB5F46. Grayscale: #878787. Windows color (decimal): -12279623 or 12165188. OLE color: 12165188.

HSL color Cylindrical-coordinate representation of color #44A0B9: hue angle of 192.82º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44A0B9 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68160185-
CMYK0.630.1400.27
HSL192.82º46.25%49.61%-
HSV(B)192.82º63.24%72.55%-
XYZ23.7129.8750.42-
YUV135.34156.0279.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.46%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 185 (72.66% from 255) = 44.79%
R=16.46%
G=38.74%
B=44.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681601850.630.1400.27192.8246.2549.61
Hex44A0B93FE01Bc12e32
Octal10424027177160333015662
Binary10001001010000010111001111111111001101111000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A0B9; }

 p { color: rgb(68,160,185); }

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

<style>
 a { background-color: #44A0B9; }

 a { background-color: rgb(68,160,185); }

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

<style>
 span { border-color: #44A0B9; }

 span { border-color: rgb(68,160,185); }

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