#418BB0

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

Shades of Boston Blue #418BB0

Tints of Boston Blue #418BB0

Color information

#418BB0 (or 0x418BB0) is unknown color: approx Boston Blue. HEX triplet: 41, 8B and B0. RGB value is (65,139,176). Sum of RGB (Red+Green+Blue) = 65+139+176=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 176 - color contains mainly: blue. Hex color #418BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418BB0 is #BE744F. Grayscale: #787878. Windows color (decimal): -12481616 or 11569985. OLE color: 11569985.

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

Color convert

RGB65139176-
CMYK0.630.2100.31
HSL200º46.06%47.25%-
HSV(B)200º63.07%69.02%-
XYZ19.2522.7244.45-
YUV121.09158.9887.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 176 (69.14% from 255) = 46.32%
R=17.11%
G=36.58%
B=46.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651391760.630.2100.3120046.0647.25
Hex418BB03F1501Fc82e2f
Octal10121326077250373105657
Binary100000110001011101100001111111010101111111001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,139,176); }

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

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

 a { background-color: rgb(65,139,176); }

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

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

 span { border-color: rgb(65,139,176); }

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