#4296BC

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

Shades of Boston Blue #4296BC

Tints of Boston Blue #4296BC

Color information

#4296BC (or 0x4296BC) is unknown color: approx Boston Blue. HEX triplet: 42, 96 and BC. RGB value is (66,150,188). Sum of RGB (Red+Green+Blue) = 66+150+188=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #4296BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296BC is #BD6943. Grayscale: #808080. Windows color (decimal): -12413252 or 12359234. OLE color: 12359234.

HSL color Cylindrical-coordinate representation of color #4296BC: hue angle of 198.69º 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 #4296BC is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66150188-
CMYK0.650.2000.26
HSL198.69º48.03%49.8%-
HSV(B)198.69º64.89%73.73%-
XYZ22.2326.651.54-
YUV129.22161.1782.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 188 (73.83% from 255) = 46.53%
R=16.34%
G=37.13%
B=46.53%

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
Decimal661501880.650.2000.26198.6948.0349.8
Hex4296BC411401Ac73032
Octal102226274101240323076062
Binary1000010100101101011110010000011010001101011000111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4296BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4296BC; }

 p { color: rgb(66,150,188); }

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

<style>
 a { background-color: #4296BC; }

 a { background-color: rgb(66,150,188); }

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

<style>
 span { border-color: #4296BC; }

 span { border-color: rgb(66,150,188); }

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