#44A6AF

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

Shades of Boston Blue #44A6AF

Tints of Boston Blue #44A6AF

Color information

#44A6AF (or 0x44A6AF) is unknown color: approx Boston Blue. HEX triplet: 44, A6 and AF. RGB value is (68,166,175). Sum of RGB (Red+Green+Blue) = 68+166+175=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #44A6AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A6AF is #BB5950. Grayscale: #898989. Windows color (decimal): -12278097 or 11511364. OLE color: 11511364.

HSL color Cylindrical-coordinate representation of color #44A6AF: hue angle of 185.05º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44A6AF is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB68166175-
CMYK0.610.0500.31
HSL185.05º44.03%47.65%-
HSV(B)185.05º61.14%68.63%-
XYZ23.7631.645.4-
YUV137.72149.0378.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.63%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=16.63%
G=40.59%
B=42.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681661750.610.0500.31185.0544.0347.65
Hex44A6AF3D501Fb92c30
Octal1042462577550372715460
Binary1000100101001101010111111110110101111110111001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,166,175); }

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

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

 a { background-color: rgb(68,166,175); }

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

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

 span { border-color: rgb(68,166,175); }

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