#4990af

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

Shades of Boston Blue #4990AF

Tints of Boston Blue #4990AF

Color information

#4990AF (or 0x4990AF) is unknown color: approx Boston Blue. HEX triplet: 49, 90 and AF. RGB value is (73,144,175). Sum of RGB (Red+Green+Blue) = 73+144+175=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #4990AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4990AF is #B66F50. Grayscale: #7E7E7E. Windows color (decimal): -11956049 or 11505737. OLE color: 11505737.

HSL color Cylindrical-coordinate representation of color #4990AF: hue angle of 198.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4990AF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73144175-
CMYK0.580.1800.31
HSL198.24º41.13%48.63%-
HSV(B)198.24º58.29%68.63%-
XYZ20.4624.4644.2-
YUV126.3155.4889.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 175 (68.75% from 255) = 44.64%
R=18.62%
G=36.73%
B=44.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731441750.580.1800.31198.2441.1348.63
Hex4990AF3A1201Fc62931
Octal11122025772220373065161
Binary100100110010000101011111110101001001111111000110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4990af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4990af; }

 p { color: rgb(73,144,175); }

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

<style>
 a { background-color: #4990af; }

 a { background-color: rgb(73,144,175); }

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

<style>
 span { border-color: #4990af; }

 span { border-color: rgb(73,144,175); }

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