#418AA6

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

Shades of Boston Blue #418AA6

Tints of Boston Blue #418AA6

Color information

#418AA6 (or 0x418AA6) is unknown color: approx Boston Blue. HEX triplet: 41, 8A and A6. RGB value is (65,138,166). Sum of RGB (Red+Green+Blue) = 65+138+166=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #418AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418AA6 is #BE7559. Grayscale: #777777. Windows color (decimal): -12481882 or 10914369. OLE color: 10914369.

HSL color Cylindrical-coordinate representation of color #418AA6: hue angle of 196.63º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #418AA6 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB65138166-
CMYK0.610.1700.35
HSL196.63º43.72%45.29%-
HSV(B)196.63º60.84%65.1%-
XYZ18.1522.0539.38-
YUV119.36154.3289.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 166 (65.23% from 255) = 44.99%
R=17.62%
G=37.40%
B=44.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651381660.610.1700.35196.6343.7245.29
Hex418AA63D11023c52c2d
Octal10121224675210433055455
Binary1000001100010101010011011110110001010001111000101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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