#409FBA

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

Shades of Boston Blue #409FBA

Tints of Boston Blue #409FBA

Color information

#409FBA (or 0x409FBA) is unknown color: approx Boston Blue. HEX triplet: 40, 9F and BA. RGB value is (64,159,186). Sum of RGB (Red+Green+Blue) = 64+159+186=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #409FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FBA is #BF6045. Grayscale: #858585. Windows color (decimal): -12542022 or 12230464. OLE color: 12230464.

HSL color Cylindrical-coordinate representation of color #409FBA: hue angle of 193.28º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409FBA is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64159186-
CMYK0.660.1500.27
HSL193.28º48.8%49.02%-
HSV(B)193.28º65.59%72.94%-
XYZ23.3829.4350.9-
YUV133.67157.5378.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.65%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=15.65%
G=38.88%
B=45.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641591860.660.1500.27193.2848.849.02
Hex409FBA42F01Bc13131
Octal100237272102170333016161
Binary100000010011111101110101000010111101101111000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409FBA; }

 p { color: rgb(64,159,186); }

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

<style>
 a { background-color: #409FBA; }

 a { background-color: rgb(64,159,186); }

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

<style>
 span { border-color: #409FBA; }

 span { border-color: rgb(64,159,186); }

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