#418AAB

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

Shades of Boston Blue #418AAB

Tints of Boston Blue #418AAB

Color information

#418AAB (or 0x418AAB) is unknown color: approx Boston Blue. HEX triplet: 41, 8A and AB. RGB value is (65,138,171). Sum of RGB (Red+Green+Blue) = 65+138+171=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #418AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418AAB is #BE7554. Grayscale: #777777. Windows color (decimal): -12481877 or 11242049. OLE color: 11242049.

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

Color convert

RGB65138171-
CMYK0.620.1900.33
HSL198.68º44.92%46.27%-
HSV(B)198.68º61.99%67.06%-
XYZ18.6222.2441.84-
YUV119.94156.8288.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.38%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=17.38%
G=36.90%
B=45.72%

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
Decimal651381710.620.1900.33198.6844.9246.27
Hex418AAB3E13021c72d2e
Octal10121225376230413075556
Binary1000001100010101010101111111010011010000111000111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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