#418FAC

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

Shades of Boston Blue #418FAC

Tints of Boston Blue #418FAC

Color information

#418FAC (or 0x418FAC) is unknown color: approx Boston Blue. HEX triplet: 41, 8F and AC. RGB value is (65,143,172). Sum of RGB (Red+Green+Blue) = 65+143+172=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #418FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FAC is #BE7053. Grayscale: #7A7A7A. Windows color (decimal): -12480596 or 11308865. OLE color: 11308865.

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

Color convert

RGB65143172-
CMYK0.620.1700.33
HSL196.26º45.15%46.47%-
HSV(B)196.26º62.21%67.45%-
XYZ19.4523.7542.59-
YUV122.98155.6686.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=17.11%
G=37.63%
B=45.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651431720.620.1700.33196.2645.1546.47
Hex418FAC3E11021c42d2e
Octal10121725476210413045556
Binary1000001100011111010110011111010001010000111000100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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