#4196AC

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

Shades of Boston Blue #4196AC

Tints of Boston Blue #4196AC

Color information

#4196AC (or 0x4196AC) is unknown color: approx Boston Blue. HEX triplet: 41, 96 and AC. RGB value is (65,150,172). Sum of RGB (Red+Green+Blue) = 65+150+172=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #4196AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4196AC is #BE6953. Grayscale: #7E7E7E. Windows color (decimal): -12478804 or 11310657. OLE color: 11310657.

HSL color Cylindrical-coordinate representation of color #4196AC: hue angle of 192.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4196AC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65150172-
CMYK0.620.1300.33
HSL192.34º45.15%46.47%-
HSV(B)192.34º62.21%67.45%-
XYZ20.5325.9242.95-
YUV127.09153.3483.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=16.80%
G=38.76%
B=44.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651501720.620.1300.33192.3445.1546.47
Hex4196AC3ED021c02d2e
Octal10122625476150413005556
Binary100000110010110101011001111101101010000111000000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4196AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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