#4098BA

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

Shades of Boston Blue #4098BA

Tints of Boston Blue #4098BA

Color information

#4098BA (or 0x4098BA) is unknown color: approx Boston Blue. HEX triplet: 40, 98 and BA. RGB value is (64,152,186). Sum of RGB (Red+Green+Blue) = 64+152+186=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #4098BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4098BA is #BF6745. Grayscale: #818181. Windows color (decimal): -12543814 or 12228672. OLE color: 12228672.

HSL color Cylindrical-coordinate representation of color #4098BA: hue angle of 196.72º 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 #4098BA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64152186-
CMYK0.660.1800.27
HSL196.72º48.8%49.02%-
HSV(B)196.72º65.59%72.94%-
XYZ22.2127.0950.51-
YUV129.56159.8581.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.92%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=15.92%
G=37.81%
B=46.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641521860.660.1800.27196.7248.849.02
Hex4098BA421201Bc53131
Octal100230272102220333056161
Binary1000000100110001011101010000101001001101111000101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4098BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4098BA; }

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

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

<style>
 a { background-color: #4098BA; }

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

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

<style>
 span { border-color: #4098BA; }

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

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