#4494BA

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

Shades of Boston Blue #4494BA

Tints of Boston Blue #4494BA

Color information

#4494BA (or 0x4494BA) is unknown color: approx Boston Blue. HEX triplet: 44, 94 and BA. RGB value is (68,148,186). Sum of RGB (Red+Green+Blue) = 68+148+186=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #4494BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4494BA is #BB6B45. Grayscale: #808080. Windows color (decimal): -12282694 or 12227652. OLE color: 12227652.

HSL color Cylindrical-coordinate representation of color #4494BA: hue angle of 199.32º 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 #4494BA is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68148186-
CMYK0.630.2000.27
HSL199.32º46.46%49.8%-
HSV(B)199.32º63.44%72.94%-
XYZ21.8425.9550.31-
YUV128.41160.584.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.92%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=16.92%
G=36.82%
B=46.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681481860.630.2000.27199.3246.4649.8
Hex4494BA3F1401Bc72e32
Octal10422427277240333075662
Binary100010010010100101110101111111010001101111000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4494BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4494BA; }

 p { color: rgb(68,148,186); }

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

<style>
 a { background-color: #4494BA; }

 a { background-color: rgb(68,148,186); }

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

<style>
 span { border-color: #4494BA; }

 span { border-color: rgb(68,148,186); }

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