#4190AE

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

Shades of Boston Blue #4190AE

Tints of Boston Blue #4190AE

Color information

#4190AE (or 0x4190AE) is unknown color: approx Boston Blue. HEX triplet: 41, 90 and AE. RGB value is (65,144,174). Sum of RGB (Red+Green+Blue) = 65+144+174=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #4190AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4190AE is #BE6F51. Grayscale: #7B7B7B. Windows color (decimal): -12480338 or 11440193. OLE color: 11440193.

HSL color Cylindrical-coordinate representation of color #4190AE: hue angle of 196.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4190AE is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65144174-
CMYK0.630.1700.32
HSL196.51º45.61%46.86%-
HSV(B)196.51º62.64%68.24%-
XYZ19.7924.1343.66-
YUV123.8156.3386.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.97%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=16.97%
G=37.60%
B=45.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651441740.630.1700.32196.5145.6146.86
Hex4190AE3F11020c52e2f
Octal10122025677210403055657
Binary1000001100100001010111011111110001010000011000101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4190AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4190AE; }

 p { color: rgb(65,144,174); }

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

<style>
 a { background-color: #4190AE; }

 a { background-color: rgb(65,144,174); }

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

<style>
 span { border-color: #4190AE; }

 span { border-color: rgb(65,144,174); }

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