#4290A7

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

Shades of Boston Blue #4290A7

Tints of Boston Blue #4290A7

Color information

#4290A7 (or 0x4290A7) is unknown color: approx Boston Blue. HEX triplet: 42, 90 and A7. RGB value is (66,144,167). Sum of RGB (Red+Green+Blue) = 66+144+167=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #4290A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4290A7 is #BD6F58. Grayscale: #7B7B7B. Windows color (decimal): -12414809 or 10981442. OLE color: 10981442.

HSL color Cylindrical-coordinate representation of color #4290A7: hue angle of 193.66º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4290A7 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66144167-
CMYK0.600.1400.35
HSL193.66º43.35%45.69%-
HSV(B)193.66º60.48%65.49%-
XYZ19.223.8940.16-
YUV123.3152.6687.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 167 (65.62% from 255) = 44.30%
R=17.51%
G=38.20%
B=44.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661441670.600.1400.35193.6643.3545.69
Hex4290A73CE023c22b2e
Octal10222024774160433025356
Binary100001010010000101001111111001110010001111000010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4290A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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