#4298BD

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

Shades of Boston Blue #4298BD

Tints of Boston Blue #4298BD

Color information

#4298BD (or 0x4298BD) is unknown color: approx Boston Blue. HEX triplet: 42, 98 and BD. RGB value is (66,152,189). Sum of RGB (Red+Green+Blue) = 66+152+189=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #4298BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4298BD is #BD6742. Grayscale: #828282. Windows color (decimal): -12412739 or 12425282. OLE color: 12425282.

HSL color Cylindrical-coordinate representation of color #4298BD: hue angle of 198.05º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4298BD is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66152189-
CMYK0.650.2000.26
HSL198.05º48.24%50%-
HSV(B)198.05º65.08%74.12%-
XYZ22.6627.2952.22-
YUV130.5161.0181.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.22%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=16.22%
G=37.35%
B=46.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661521890.650.2000.26198.0548.2450
Hex4298BD411401Ac63032
Octal102230275101240323066062
Binary1000010100110001011110110000011010001101011000110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4298BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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