#4290B4

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

Shades of Boston Blue #4290B4

Tints of Boston Blue #4290B4

Color information

#4290B4 (or 0x4290B4) is unknown color: approx Boston Blue. HEX triplet: 42, 90 and B4. RGB value is (66,144,180). Sum of RGB (Red+Green+Blue) = 66+144+180=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #4290B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290B4 is #BD6F4B. Grayscale: #7C7C7C. Windows color (decimal): -12414796 or 11833410. OLE color: 11833410.

HSL color Cylindrical-coordinate representation of color #4290B4: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4290B4 is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66144180-
CMYK0.630.200.29
HSL198.95º46.34%48.24%-
HSV(B)198.95º63.33%70.59%-
XYZ20.4624.446.81-
YUV124.78159.1686.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 180 (70.70% from 255) = 46.15%
R=16.92%
G=36.92%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661441800.630.200.29198.9546.3448.24
Hex4290B43F1401Dc72e30
Octal10222026477240353075660
Binary100001010010000101101001111111010001110111000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4290B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4290B4; }

 p { color: rgb(66,144,180); }

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

<style>
 a { background-color: #4290B4; }

 a { background-color: rgb(66,144,180); }

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

<style>
 span { border-color: #4290B4; }

 span { border-color: rgb(66,144,180); }

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