#4199AD

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

Shades of Boston Blue #4199AD

Tints of Boston Blue #4199AD

Color information

#4199AD (or 0x4199AD) is unknown color: approx Boston Blue. HEX triplet: 41, 99 and AD. RGB value is (65,153,173). Sum of RGB (Red+Green+Blue) = 65+153+173=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #4199AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4199AD is #BE6652. Grayscale: #808080. Windows color (decimal): -12478035 or 11376961. OLE color: 11376961.

HSL color Cylindrical-coordinate representation of color #4199AD: hue angle of 191.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4199AD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65153173-
CMYK0.620.1200.32
HSL191.11º45.38%46.67%-
HSV(B)191.11º62.43%67.84%-
XYZ21.1126.9243.62-
YUV128.97152.8582.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.62%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=16.62%
G=39.13%
B=44.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651531730.620.1200.32191.1145.3846.67
Hex4199AD3EC020bf2d2f
Octal10123125576140402775557
Binary100000110011001101011011111101100010000010111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4199AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4199AD; }

 p { color: rgb(65,153,173); }

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

<style>
 a { background-color: #4199AD; }

 a { background-color: rgb(65,153,173); }

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

<style>
 span { border-color: #4199AD; }

 span { border-color: rgb(65,153,173); }

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