#4298BA

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

Shades of Boston Blue #4298BA

Tints of Boston Blue #4298BA

Color information

#4298BA (or 0x4298BA) is unknown color: approx Boston Blue. HEX triplet: 42, 98 and BA. RGB value is (66,152,186). Sum of RGB (Red+Green+Blue) = 66+152+186=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #4298BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4298BA is #BD6745. Grayscale: #818181. Windows color (decimal): -12412742 or 12228674. OLE color: 12228674.

HSL color Cylindrical-coordinate representation of color #4298BA: hue angle of 197º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4298BA is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66152186-
CMYK0.650.1800.27
HSL197º47.62%49.41%-
HSV(B)197º64.52%72.94%-
XYZ22.3427.1650.52-
YUV130.16159.5182.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=16.34%
G=37.62%
B=46.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661521860.650.1800.2719747.6249.41
Hex4298BA411201Bc53031
Octal102230272101220333056061
Binary1000010100110001011101010000011001001101111000101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4298BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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