#4195ae

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

Shades of Boston Blue #4195AE

Tints of Boston Blue #4195AE

Color information

#4195AE (or 0x4195AE) is unknown color: approx Boston Blue. HEX triplet: 41, 95 and AE. RGB value is (65,149,174). Sum of RGB (Red+Green+Blue) = 65+149+174=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #4195AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4195AE is #BE6A51. Grayscale: #7E7E7E. Windows color (decimal): -12479058 or 11441473. OLE color: 11441473.

HSL color Cylindrical-coordinate representation of color #4195AE: hue angle of 193.76º 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 #4195AE is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65149174-
CMYK0.630.1400.32
HSL193.76º45.61%46.86%-
HSV(B)193.76º62.64%68.24%-
XYZ20.5725.6743.92-
YUV126.73154.6783.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.75%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=16.75%
G=38.40%
B=44.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651491740.630.1400.32193.7645.6146.86
Hex4195AE3FE020c22e2f
Octal10122525677160403025657
Binary100000110010101101011101111111110010000011000010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4195ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4195ae; }

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

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

<style>
 a { background-color: #4195ae; }

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

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

<style>
 span { border-color: #4195ae; }

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

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