#4186AC

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

Shades of Boston Blue #4186AC

Tints of Boston Blue #4186AC

Color information

#4186AC (or 0x4186AC) is unknown color: approx Boston Blue. HEX triplet: 41, 86 and AC. RGB value is (65,134,172). Sum of RGB (Red+Green+Blue) = 65+134+172=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4186AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4186AC is #BE7953. Grayscale: #757575. Windows color (decimal): -12482900 or 11306561. OLE color: 11306561.

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

Color convert

RGB65134172-
CMYK0.620.2200.33
HSL201.31º45.15%46.47%-
HSV(B)201.31º62.21%67.45%-
XYZ18.1521.1542.16-
YUV117.7158.6490.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=17.52%
G=36.12%
B=46.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651341720.620.2200.33201.3145.1546.47
Hex4186AC3E16021c92d2e
Octal10120625476260413115556
Binary1000001100001101010110011111010110010000111001001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4186AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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