#4196BE

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

Shades of Boston Blue #4196BE

Tints of Boston Blue #4196BE

Color information

#4196BE (or 0x4196BE) is unknown color: approx Boston Blue. HEX triplet: 41, 96 and BE. RGB value is (65,150,190). Sum of RGB (Red+Green+Blue) = 65+150+190=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #4196BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4196BE is #BE6941. Grayscale: #808080. Windows color (decimal): -12478786 or 12490305. OLE color: 12490305.

HSL color Cylindrical-coordinate representation of color #4196BE: hue angle of 199.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4196BE is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65150190-
CMYK0.660.2100.25
HSL199.2º49.02%50%-
HSV(B)199.2º65.79%74.51%-
XYZ22.3826.6552.68-
YUV129.15162.3482.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.05%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=16.05%
G=37.04%
B=46.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651501900.660.2100.25199.249.0250
Hex4196BE4215019c73132
Octal101226276102250313076162
Binary1000001100101101011111010000101010101100111000111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4196BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4196BE; }

 p { color: rgb(65,150,190); }

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

<style>
 a { background-color: #4196BE; }

 a { background-color: rgb(65,150,190); }

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

<style>
 span { border-color: #4196BE; }

 span { border-color: rgb(65,150,190); }

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