#4294B9

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

Shades of Boston Blue #4294B9

Tints of Boston Blue #4294B9

Color information

#4294B9 (or 0x4294B9) is unknown color: approx Boston Blue. HEX triplet: 42, 94 and B9. RGB value is (66,148,185). Sum of RGB (Red+Green+Blue) = 66+148+185=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #4294B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4294B9 is #BD6B46. Grayscale: #7F7F7F. Windows color (decimal): -12413767 or 12162114. OLE color: 12162114.

HSL color Cylindrical-coordinate representation of color #4294B9: hue angle of 198.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4294B9 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66148185-
CMYK0.640.2000.27
HSL198.66º47.41%49.22%-
HSV(B)198.66º64.32%72.55%-
XYZ21.5925.8449.75-
YUV127.7160.3383.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 185 (72.66% from 255) = 46.37%
R=16.54%
G=37.09%
B=46.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661481850.640.2000.27198.6647.4149.22
Hex4294B9401401Bc72f31
Octal102224271100240333075761
Binary1000010100101001011100110000001010001101111000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4294B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4294B9; }

 p { color: rgb(66,148,185); }

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

<style>
 a { background-color: #4294B9; }

 a { background-color: rgb(66,148,185); }

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

<style>
 span { border-color: #4294B9; }

 span { border-color: rgb(66,148,185); }

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