#418EAD

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

Shades of Boston Blue #418EAD

Tints of Boston Blue #418EAD

Color information

#418EAD (or 0x418EAD) is unknown color: approx Boston Blue. HEX triplet: 41, 8E and AD. RGB value is (65,142,173). Sum of RGB (Red+Green+Blue) = 65+142+173=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #418EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418EAD is #BE7152. Grayscale: #7A7A7A. Windows color (decimal): -12480851 or 11374145. OLE color: 11374145.

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

Color convert

RGB65142173-
CMYK0.620.1800.32
HSL197.22º45.38%46.67%-
HSV(B)197.22º62.43%67.84%-
XYZ19.423.4943.05-
YUV122.51156.4986.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=17.11%
G=37.37%
B=45.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651421730.620.1800.32197.2245.3846.67
Hex418EAD3E12020c52d2f
Octal10121625576220403055557
Binary1000001100011101010110111111010010010000011000101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,142,173); }

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

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

 a { background-color: rgb(65,142,173); }

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

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

 span { border-color: rgb(65,142,173); }

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