#4490A7

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

Shades of Boston Blue #4490A7

Tints of Boston Blue #4490A7

Color information

#4490A7 (or 0x4490A7) is unknown color: approx Boston Blue. HEX triplet: 44, 90 and A7. RGB value is (68,144,167). Sum of RGB (Red+Green+Blue) = 68+144+167=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #4490A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4490A7 is #BB6F58. Grayscale: #7B7B7B. Windows color (decimal): -12283737 or 10981444. OLE color: 10981444.

HSL color Cylindrical-coordinate representation of color #4490A7: hue angle of 193.94º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4490A7 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB68144167-
CMYK0.590.1400.35
HSL193.94º42.13%46.08%-
HSV(B)193.94º59.28%65.49%-
XYZ19.3323.9740.17-
YUV123.9152.3288.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=17.94%
G=37.99%
B=44.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681441670.590.1400.35193.9442.1346.08
Hex4490A73BE023c22a2e
Octal10422024773160433025256
Binary100010010010000101001111110111110010001111000010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4490A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4490A7; }

 p { color: rgb(68,144,167); }

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

<style>
 a { background-color: #4490A7; }

 a { background-color: rgb(68,144,167); }

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

<style>
 span { border-color: #4490A7; }

 span { border-color: rgb(68,144,167); }

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