#4496A5

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

Shades of Boston Blue #4496A5

Tints of Boston Blue #4496A5

Color information

#4496A5 (or 0x4496A5) is unknown color: approx Boston Blue. HEX triplet: 44, 96 and A5. RGB value is (68,150,165). Sum of RGB (Red+Green+Blue) = 68+150+165=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #4496A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4496A5 is #BB695A. Grayscale: #7F7F7F. Windows color (decimal): -12282203 or 10851908. OLE color: 10851908.

HSL color Cylindrical-coordinate representation of color #4496A5: hue angle of 189.28º 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 #4496A5 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB68150165-
CMYK0.590.0900.35
HSL189.28º41.63%45.69%-
HSV(B)189.28º58.79%64.71%-
XYZ20.0825.7639.51-
YUV127.19149.3385.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 165 (64.84% from 255) = 43.08%
R=17.75%
G=39.16%
B=43.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681501650.590.0900.35189.2841.6345.69
Hex4496A53B9023bd2a2e
Octal10422624573110432755256
Binary100010010010110101001011110111001010001110111101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4496A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4496A5; }

 p { color: rgb(68,150,165); }

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

<style>
 a { background-color: #4496A5; }

 a { background-color: rgb(68,150,165); }

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

<style>
 span { border-color: #4496A5; }

 span { border-color: rgb(68,150,165); }

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