#418AAD

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

Shades of Boston Blue #418AAD

Tints of Boston Blue #418AAD

Color information

#418AAD (or 0x418AAD) is unknown color: approx Boston Blue. HEX triplet: 41, 8A and AD. RGB value is (65,138,173). Sum of RGB (Red+Green+Blue) = 65+138+173=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #418AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418AAD is #BE7552. Grayscale: #777777. Windows color (decimal): -12481875 or 11373121. OLE color: 11373121.

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

Color convert

RGB65138173-
CMYK0.620.2000.32
HSL199.44º45.38%46.67%-
HSV(B)199.44º62.43%67.84%-
XYZ18.8122.3242.85-
YUV120.16157.8288.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.29%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=17.29%
G=36.70%
B=46.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651381730.620.2000.32199.4445.3846.67
Hex418AAD3E14020c72d2f
Octal10121225576240403075557
Binary1000001100010101010110111111010100010000011000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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