#418BAC

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

Shades of Boston Blue #418BAC

Tints of Boston Blue #418BAC

Color information

#418BAC (or 0x418BAC) is unknown color: approx Boston Blue. HEX triplet: 41, 8B and AC. RGB value is (65,139,172). Sum of RGB (Red+Green+Blue) = 65+139+172=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #418BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418BAC is #BE7453. Grayscale: #787878. Windows color (decimal): -12481620 or 11307841. OLE color: 11307841.

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

Color convert

RGB65139172-
CMYK0.620.1900.33
HSL198.5º45.15%46.47%-
HSV(B)198.5º62.21%67.45%-
XYZ18.8622.5742.39-
YUV120.64156.9888.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.29%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=17.29%
G=36.97%
B=45.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651391720.620.1900.33198.545.1546.47
Hex418BAC3E13021c72d2e
Octal10121325476230413075556
Binary1000001100010111010110011111010011010000111000111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418BAC; }

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

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

<style>
 a { background-color: #418BAC; }

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

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

<style>
 span { border-color: #418BAC; }

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

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