#418FAE

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

Shades of Boston Blue #418FAE

Tints of Boston Blue #418FAE

Color information

#418FAE (or 0x418FAE) is unknown color: approx Boston Blue. HEX triplet: 41, 8F and AE. RGB value is (65,143,174). Sum of RGB (Red+Green+Blue) = 65+143+174=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #418FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FAE is #BE7051. Grayscale: #7B7B7B. Windows color (decimal): -12480594 or 11439937. OLE color: 11439937.

HSL color Cylindrical-coordinate representation of color #418FAE: hue angle of 197.06º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #418FAE is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65143174-
CMYK0.630.1800.32
HSL197.06º45.61%46.86%-
HSV(B)197.06º62.64%68.24%-
XYZ19.6423.8243.61-
YUV123.21156.6686.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.02%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=17.02%
G=37.43%
B=45.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651431740.630.1800.32197.0645.6146.86
Hex418FAE3F12020c52e2f
Octal10121725677220403055657
Binary1000001100011111010111011111110010010000011000101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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