#4297BB

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

Shades of Boston Blue #4297BB

Tints of Boston Blue #4297BB

Color information

#4297BB (or 0x4297BB) is unknown color: approx Boston Blue. HEX triplet: 42, 97 and BB. RGB value is (66,151,187). Sum of RGB (Red+Green+Blue) = 66+151+187=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #4297BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4297BB is #BD6844. Grayscale: #818181. Windows color (decimal): -12412997 or 12293954. OLE color: 12293954.

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

Color convert

RGB66151187-
CMYK0.650.1900.27
HSL197.85º47.83%49.61%-
HSV(B)197.85º64.71%73.33%-
XYZ22.2826.8851.03-
YUV129.69160.3482.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=16.34%
G=37.38%
B=46.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661511870.650.1900.27197.8547.8349.61
Hex4297BB411301Bc63032
Octal102227273101230333066062
Binary1000010100101111011101110000011001101101111000110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4297BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4297BB; }

 p { color: rgb(66,151,187); }

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

<style>
 a { background-color: #4297BB; }

 a { background-color: rgb(66,151,187); }

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

<style>
 span { border-color: #4297BB; }

 span { border-color: rgb(66,151,187); }

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