#4491A4

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

Shades of Boston Blue #4491A4

Tints of Boston Blue #4491A4

Color information

#4491A4 (or 0x4491A4) is unknown color: approx Boston Blue. HEX triplet: 44, 91 and A4. RGB value is (68,145,164). Sum of RGB (Red+Green+Blue) = 68+145+164=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 164 - color contains mainly: blue. Hex color #4491A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4491A4 is #BB6E5B. Grayscale: #7B7B7B. Windows color (decimal): -12283484 or 10785092. OLE color: 10785092.

HSL color Cylindrical-coordinate representation of color #4491A4: hue angle of 191.88º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4491A4 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68145164-
CMYK0.590.1200.36
HSL191.88º41.38%45.49%-
HSV(B)191.88º58.54%64.31%-
XYZ19.2124.1638.77-
YUV124.14150.4987.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=18.04%
G=38.46%
B=43.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681451640.590.1200.36191.8841.3845.49
Hex4491A43BC024c0292d
Octal10422124473140443005155
Binary100010010010001101001001110111100010010011000000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4491A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4491A4; }

 p { color: rgb(68,145,164); }

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

<style>
 a { background-color: #4491A4; }

 a { background-color: rgb(68,145,164); }

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

<style>
 span { border-color: #4491A4; }

 span { border-color: rgb(68,145,164); }

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