#4488aa

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

Shades of Boston Blue #4488AA

Tints of Boston Blue #4488AA

Color information

#4488AA (or 0x4488AA) is unknown color: approx Boston Blue. HEX triplet: 44, 88 and AA. RGB value is (68,136,170). Sum of RGB (Red+Green+Blue) = 68+136+170=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #4488AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4488AA is #BB7755. Grayscale: #777777. Windows color (decimal): -12285782 or 11176004. OLE color: 11176004.

HSL color Cylindrical-coordinate representation of color #4488AA: hue angle of 200º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4488AA is Cyan = 0.6, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68136170-
CMYK0.60.2000.33
HSL200º42.86%46.67%-
HSV(B)200º60%66.67%-
XYZ18.4421.7441.25-
YUV119.54156.4791.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681361700.60.2000.3320042.8646.67
Hex4488AA3C14021c82b2f
Octal10421025274240413105357
Binary1000100100010001010101011110010100010000111001000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4488aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4488aa; }

 p { color: rgb(68,136,170); }

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

<style>
 a { background-color: #4488aa; }

 a { background-color: rgb(68,136,170); }

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

<style>
 span { border-color: #4488aa; }

 span { border-color: rgb(68,136,170); }

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