#4196AB

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

Shades of Boston Blue #4196AB

Tints of Boston Blue #4196AB

Color information

#4196AB (or 0x4196AB) is unknown color: approx Boston Blue. HEX triplet: 41, 96 and AB. RGB value is (65,150,171). Sum of RGB (Red+Green+Blue) = 65+150+171=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #4196AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4196AB is #BE6954. Grayscale: #7E7E7E. Windows color (decimal): -12478805 or 11245121. OLE color: 11245121.

HSL color Cylindrical-coordinate representation of color #4196AB: hue angle of 191.89º 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 #4196AB is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65150171-
CMYK0.620.1200.33
HSL191.89º44.92%46.27%-
HSV(B)191.89º61.99%67.06%-
XYZ20.4425.8842.45-
YUV126.98152.8483.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.84%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=16.84%
G=38.86%
B=44.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651501710.620.1200.33191.8944.9246.27
Hex4196AB3EC021c02d2e
Octal10122625376140413005556
Binary100000110010110101010111111101100010000111000000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4196AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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