#4293AA

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

Shades of Boston Blue #4293AA

Tints of Boston Blue #4293AA

Color information

#4293AA (or 0x4293AA) is unknown color: approx Boston Blue. HEX triplet: 42, 93 and AA. RGB value is (66,147,170). Sum of RGB (Red+Green+Blue) = 66+147+170=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #4293AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4293AA is #BD6C55. Grayscale: #7D7D7D. Windows color (decimal): -12414038 or 11178818. OLE color: 11178818.

HSL color Cylindrical-coordinate representation of color #4293AA: hue angle of 193.27º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4293AA is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66147170-
CMYK0.610.1400.33
HSL193.27º44.07%46.27%-
HSV(B)193.27º61.18%66.67%-
XYZ19.9424.9341.79-
YUV125.4153.1685.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=17.23%
G=38.38%
B=44.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661471700.610.1400.33193.2744.0746.27
Hex4293AA3DE021c12c2e
Octal10222325275160413015456
Binary100001010010011101010101111011110010000111000001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4293AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4293AA; }

 p { color: rgb(66,147,170); }

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

<style>
 a { background-color: #4293AA; }

 a { background-color: rgb(66,147,170); }

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

<style>
 span { border-color: #4293AA; }

 span { border-color: rgb(66,147,170); }

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